2
0
forked from Wavyzz/dolibarr

Look: A lot of enhancements in Dolibarr skins

This commit is contained in:
Laurent Destailleur
2008-11-16 00:06:26 +00:00
parent b6a95136cd
commit 1c58b61eba
18 changed files with 197 additions and 158 deletions

View File

@@ -1806,7 +1806,7 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $
global $conf;
//print "$name, $file, $field, $begin, $options, $td, $sortfield, $sortorder<br>\n";
// Le champ de tri est mis en <EFBFBD>vidence.
// Le champ de tri est mis en evidence.
// Exemple si (sortfield,field)=("nom","xxx.nom") ou (sortfield,field)=("nom","nom")
if ($sortfield == $field || $sortfield == ereg_replace("^[^\.]+\.","",$field))
{