mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-02 23:22:32 +01:00
Look: Meilleure compatibilit des styles en IE et firefox. Ajout du picto "rechercher".
This commit is contained in:
@@ -1069,11 +1069,11 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $
|
||||
// Exemple si (sortfield,field)=("nom","xxx.nom") ou (sortfield,field)=("nom","nom")
|
||||
if ($sortfield == $field || $sortfield == ereg_replace("^[^\.]+\.","",$field))
|
||||
{
|
||||
print '<td class="menusel" '. $td.'>';
|
||||
print '<td class="liste_titre_sel" '. $td.'>';
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<td '. $td.'>';
|
||||
print '<td class="liste_titre" '. $td.'>';
|
||||
}
|
||||
print $name." ";
|
||||
print '<a href="'.$file.'?sortfield='.$field.'&sortorder=asc&begin='.$begin.$options.'">'.img_down("A-Z").'</a>';
|
||||
|
||||
Reference in New Issue
Block a user