From 5c65415a8f67469332337218efce6b5b26ae0641 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Apr 2006 13:03:31 +0000 Subject: [PATCH] Look: Bouton supprimer avec style butActionDelete --- htdocs/categories/viewcat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 7369b6ad639..9ae2340f9c0 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -139,12 +139,12 @@ print "
\n"; if ($user->rights->categorie->creer) { - print "".$langs->trans("Edit").""; + print "".$langs->trans("Edit").""; } if ($user->rights->categorie->supprimer) { - print "".$langs->trans("Delete").""; + print "".$langs->trans("Delete").""; } print "
";