diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index 9705b3210d2..51bc8577e32 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -2,7 +2,7 @@ /* Copyright (C) 2001-2007 Rodolphe Quiedeville * Copyright (C) 2005 Brice Davoleau * Copyright (C) 2005-2009 Regis Houssin - * Copyright (C) 2006-2009 Laurent Destailleur + * Copyright (C) 2006-2010 Laurent Destailleur * Copyright (C) 2007 Patrick Raguin * * This program is free software; you can redistribute it and/or modify @@ -340,7 +340,7 @@ function formCategory($db,$object,$type,$typeid) print ""; //$c->id=; //print $c->getNomUrl(1); - print $way.""; + print img_object('','category').' '.$way.""; // Lien supprimer print ''; diff --git a/htdocs/categories/edit.php b/htdocs/categories/edit.php index 396c1e81681..d8186af1cd5 100644 --- a/htdocs/categories/edit.php +++ b/htdocs/categories/edit.php @@ -1,6 +1,6 @@ - * Copyright (C) 2006-2007 Laurent Destailleur + * Copyright (C) 2006-2010 Laurent Destailleur * Copyright (C) 2005-2008 Regis Houssin * Copyright (C) 2007 Patrick Raguin * @@ -20,11 +20,11 @@ */ /** - \file htdocs/categories/edit.php - \ingroup category - \brief Page d'edition de categorie produit - \version $Id$ -*/ + * \file htdocs/categories/edit.php + * \ingroup category + * \brief Page d'edition de categorie produit + * \version $Id$ + */ require "./pre.inc.php"; @@ -95,7 +95,7 @@ if ($_POST["action"] == 'update' && $user->rights->categorie->creer) /* - * Affichage fiche + * View */ llxHeader("","",$langs->trans("Categories")); @@ -125,7 +125,7 @@ print ''; print ''; print ''; -print ''; print ''; diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index 0f26d395ef4..fcac046af54 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2006-2009 Laurent Destailleur + * Copyright (C) 2006-2010 Laurent Destailleur * Copyright (C) 2005-2008 Regis Houssin * Copyright (C) 2007 Patrick Raguin * @@ -208,7 +208,7 @@ if ($user->rights->categorie->creer) print '
'; +print '
'; print $langs->trans("Ref").''; print '
'; print ''; - print ''; print ''; } - print '
'.$langs->trans("Ref").''; + print ''.$langs->trans("Ref").''; print'
'.$langs->trans("Description").''; @@ -256,12 +256,14 @@ if ($user->rights->categorie->creer) print $html->selectyesno("visible", 1,1); print '
'; + print '
'; + + print '

'; print ''; print '     '; print ''; - print ''; - print ''; + print '
'; + print ''; } }