From 9861beb025d3af64c4501b1dad3970e20a980ff7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Jan 2005 21:20:30 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/deplacement/fiche.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/deplacement/fiche.php b/htdocs/compta/deplacement/fiche.php index 59f1a85803f..d0967fd4417 100644 --- a/htdocs/compta/deplacement/fiche.php +++ b/htdocs/compta/deplacement/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur +/* Copyright (C) 2003 Rodolphe Quiedeville + * Copyright (C) 2004-2005 Laurent Destailleur * * 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 @@ -21,8 +21,7 @@ * */ -/*! - \file htdocs/compta/deplacement/fiche.php +/** \file htdocs/compta/deplacement/fiche.php \brief Page fiche d'un déplacement */ @@ -214,7 +213,7 @@ print '
'; if ($_GET["action"] != 'create') { print ''.$langs->trans('Edit').''; - print ''.$langs->trans('Delete').''; + print ''.$langs->trans('Delete').''; } print '
';