diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index 9f4dc200a66..660b6dd2e8d 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2006 Laurent Destailleur + * Copyright (C) 2006-2007 Laurent Destailleur * Copyright (C) 2005-2007 Regis Houssin * Copyright (C) 2007 Patrick Raguin * @@ -50,7 +50,6 @@ if ($_REQUEST['origin']) } - /* * Actions */ @@ -144,7 +143,7 @@ if ($user->rights->categorie->creer) print $categorie->error; print ''; } - print '
'; + print ''; print ''; print ''; print ''; @@ -153,10 +152,10 @@ if ($user->rights->categorie->creer) print ''; } print ''; - print ''; + print_fiche_titre($langs->trans("CreateCat")); - print ''; + print '
'; print ''; print ''; @@ -164,7 +163,7 @@ if ($user->rights->categorie->creer) if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC) { - require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); + require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); $doleditor=new DolEditor('description',$categorie->description,200,'dolibarr_notes'); $doleditor->Create(); } @@ -183,14 +182,14 @@ if ($user->rights->categorie->creer) print $html->selectyesno("visible", 1,1); print ''; print ''; - + print ''; + print '
'.$langs->trans("Ref").''; print'
'; - print ''; + print ''; print '     '; print ''; - print '
'; + print ''; } } -print ''; $db->close();