New : help picto for fields in creation
This commit is contained in:
parent
970f501147
commit
5f4d644cab
@ -49,6 +49,9 @@ foreach($object->fields as $key => $val)
|
|||||||
print '"';
|
print '"';
|
||||||
print '>';
|
print '>';
|
||||||
print $langs->trans($val['label']);
|
print $langs->trans($val['label']);
|
||||||
|
if(!empty($val['help'])){
|
||||||
|
print $form->textwithpicto('',$langs->trans($val['help']));
|
||||||
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
if (in_array($val['type'], array('int', 'integer'))) $value = GETPOST($key, 'int');
|
if (in_array($val['type'], array('int', 'integer'))) $value = GETPOST($key, 'int');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user