mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Norm: Suppression vieille fonction translate qui ne sert plus
Trad: Traduction des chaines Paramtre et Valeur dans tous le code. Trad: Ajout fichier lang pour le module commandes.
This commit is contained in:
@@ -32,8 +32,8 @@ print_titre("Liste de tous les param
|
||||
print '<br>';
|
||||
print '<table class="noborder" cellpadding="3" cellspacing="0">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td>Param<EFBFBD>tre</td>';
|
||||
print '<td>Valeur</td>';
|
||||
print '<td>'.$langs->trans("Parameter").'</td>';
|
||||
print '<td>'.$langs->trans("Value").'</td>';
|
||||
print "</tr>\n";
|
||||
|
||||
$sql = "SELECT rowid, name, value, type, note FROM ".MAIN_DB_PREFIX."const ORDER BY name ASC";
|
||||
|
||||
Reference in New Issue
Block a user