From e12aa55897dcb77182d3ea3df60f841ec5b9768c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 18 Jan 2005 18:47:04 +0000 Subject: [PATCH] Tous les boutons de suppression ont un style propre. --- htdocs/soc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index a042d523aed..9751de699ea 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -1,7 +1,7 @@ <?php /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2003 Brian Fraval <brian@fraval.org> - * Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net> + * Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * */ -/*! \file htdocs/soc.php +/** \file htdocs/soc.php \ingroup societe \brief Onglet societe d'une societe \version $Revision$ @@ -468,7 +468,7 @@ else if ($user->rights->societe->supprimer) { - print '<a class="tabAction" href="'.DOL_URL_ROOT.'/soc.php?socid='.$soc->id.'&action=delete">'.$langs->trans("Delete").'</a>'; + print '<a class="butDelete" href="'.DOL_URL_ROOT.'/soc.php?socid='.$soc->id.'&action=delete">'.$langs->trans("Delete").'</a>'; } print '</div>'; -- GitLab