forked from Wavyzz/dolibarr
Fix template
This commit is contained in:
@@ -246,7 +246,7 @@ if ($action == 'create')
|
||||
// Part to edit record
|
||||
if (($id || $ref) && $action == 'edit')
|
||||
{
|
||||
print load_fiche_titre($langs->trans("MyObject"));
|
||||
print load_fiche_titre($langs->trans("MyObject"), '', 'object_'.$object->picto);
|
||||
|
||||
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
|
||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||
|
||||
Reference in New Issue
Block a user