mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX hide duplicate help
This commit is contained in:
parent
c631d66751
commit
37146ff8f4
|
|
@ -345,7 +345,9 @@ print '</td>';
|
|||
if ($mode != 'focus' && $mode != 'mandatory') {
|
||||
print '<td>';
|
||||
print '<input type="text" class="flat maxwidth100onsmartphone" name="defaultvalue" value="'.dol_escape_htmltag($defaultvalue).'">';
|
||||
print $form->textwithpicto('', $texthelp, 1, 'list-alt', 'paddingleftimp cursorpointer', 0, 2, 'subsitutiontooltip');
|
||||
if ($mode != 'sortorder') {
|
||||
print $form->textwithpicto('', $texthelp, 1, 'list-alt', 'paddingleftimp cursorpointer', 0, 2, 'subsitutiontooltip');
|
||||
}
|
||||
print '</td>';
|
||||
}
|
||||
// Limit to superadmin
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user