Works on enhancement of "ok","warning" or "error" message with jQuery jnotify
This commit is contained in:
parent
e55cec9e4e
commit
9919f76de2
@ -212,12 +212,7 @@ if ($user->rights->categorie->creer)
|
||||
|
||||
print_fiche_titre($langs->trans("CreateCat"));
|
||||
|
||||
if ($categorie->error)
|
||||
{
|
||||
print '<div class="error">';
|
||||
print $categorie->error;
|
||||
print '</div>';
|
||||
}
|
||||
dol_htmloutput_errors($categorie->error);
|
||||
|
||||
print '<table width="100%" class="border">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user