typo sur les fleches de navigation

This commit is contained in:
jlb 2003-08-28 16:15:08 +00:00
parent e6236be39d
commit cff257fbdb
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ if ($result)
print "<TD align=\"right\">".price($total)."</TD>\n";
// print "<TD>&nbsp;</TD>\n";
print "<TD align=\"right\">";
print_fleche_navigation($page,$PHP_SELF,"&statut=$statut&sortorder=$sortorder&sortfield=$sortfield");
print_fleche_navigation($page,$PHP_SELF,"&statut=$statut&sortorder=$sortorder&sortfield=$sortfield",1);
print "</TD>\n";
print "</TR>\n";

View File

@ -149,7 +149,7 @@ if ($result)
print '<TR>';
print '<TD align="right">';
print_fleche_navigation($page,$PHP_SELF,"&statut=$statut&sortorder=$sortorder&sortfield=$sortfield",0);
print_fleche_navigation($page,$PHP_SELF,"&statut=$statut&sortorder=$sortorder&sortfield=$sortfield",1);
print '</TD>';
print "</table><BR>\n";