2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Rodolphe Quiedeville
2002-05-10 12:28:10 +00:00
parent ab73cd7766
commit 3de5ef73c0
34 changed files with 2414 additions and 1003 deletions

View File

@@ -54,7 +54,7 @@ function print_barre_liste($titre,$page,$file) {
print '<a href="'.$file.'?page='.($page-1).'"><img alt="Page pr<70>c<EFBFBD>dente" src="/theme/'.$conf->theme.'/img/1leftarrow.png" border="0"></a>';
}
print '<a href="'.$file.'?page='.($page+1).'"><img alt="Page suivante" src="/theme/'.$conf->theme.'/img/1rightarrow.png" border="0"></a>';
print '</td></tr></table>';
print '</td></tr></table><p>';
}
/*
*