From 3edb1a954a1f0fe8fa9815394a7e97f806488d1a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 10 Mar 2009 01:28:29 +0000 Subject: [PATCH] UTF --- htdocs/admin/editeur.php | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/htdocs/admin/editeur.php b/htdocs/admin/editeur.php index 45ef3f0f2b2..c32d581c18a 100644 --- a/htdocs/admin/editeur.php +++ b/htdocs/admin/editeur.php @@ -1,6 +1,6 @@ - * Copyright (C) 2007 Laurent Destailleur +/* Copyright (C) 2007 Rodolphe Quiedeville + * Copyright (C) 2007-2009 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 @@ -15,15 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ /** \file htdocs/admin/editeur.php \ingroup editeur \brief Page d'administration/configuration du module Editeur - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -46,7 +44,7 @@ if ($_POST["action"] == 'set') } } -// Action d�sactivation d'un sous module du module adh�rent +// Action desactivation d'un sous module if ($_GET["action"] == 'unset') { $sql = "DELETE FROM ".MAIN_DB_PREFIX."const WHERE name LIKE 'EDITEUR_LIVRE_FORMAT_%'"; @@ -59,14 +57,15 @@ if ($_GET["action"] == 'unset') } -llxHeader(); - /* - * Interface de configuration de certaines variables de la partie editeur + * View */ +llxHeader(); + $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans("Configuration du module Editeur"),$linkback,'setup'); +print '
'; print '
'; print ''; @@ -84,7 +83,7 @@ print '
'; print '
'; print ''; -print ''; +print ''; print ''; print "\n"; $var=true; @@ -96,13 +95,13 @@ $result = $db->query($sql); while ($obj = $db->fetch_object($result) ) { $var=!$var; - + print "\n"; - + print '\n"; -} +} print '
Formats d�finits'.$langs->trans("Formats").''.$langs->trans("Action").'
".nl2br($obj->value)."'; - print ''.$langs->trans('Delete').''; + print ''.$langs->trans('Delete').''; print "
';