Works on enhancement of "ok","warning" or "error" message with jQuery jnotify

This commit is contained in:
Regis Houssin 2011-03-18 16:44:55 +00:00
parent e55cec9e4e
commit 9919f76de2

View File

@ -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">';