Fix regression in tests

This commit is contained in:
Laurent Destailleur
2021-03-20 20:51:19 +01:00
parent 9900429fd0
commit 70be2dbcf0
4 changed files with 7 additions and 7 deletions

View File

@@ -1510,7 +1510,7 @@ function form_constantes($tableau, $strictw3c = 0, $helptext = '')
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td class="titlefield">'.$langs->trans("Description").'</td>';
print '<td class="titlefieldcreate">'.$langs->trans("Description").'</td>';
print '<td>';
$text = $langs->trans("Value");
print $form->textwithpicto($text, $helptext, 1, 'help', '', 0, 2, 'idhelptext');