diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php index e7fb659f477..97186b84d8d 100644 --- a/htdocs/admin/const.php +++ b/htdocs/admin/const.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2008 Laurent Destailleur + * Copyright (C) 2004-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 @@ -18,11 +18,11 @@ */ /** - \file htdocs/admin/const.php - \ingroup setup - \brief Page d'administration/configuration des constantes autres - \version $Id$ -*/ + \file htdocs/admin/const.php + \ingroup setup + \brief Page d'administration/configuration des constantes autres + \version $Id$ + */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php"); @@ -30,7 +30,7 @@ require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php"); $langs->load("admin"); if (!$user->admin) - accessforbidden(); +accessforbidden(); @@ -40,7 +40,7 @@ if ($_POST["action"] == 'update' || $_POST["action"] == 'add') { if (! dolibarr_set_const($db, $_POST["constname"],$_POST["constvalue"],$typeconst[$_POST["consttype"]],1,isset($_POST["constnote"])?$_POST["constnote"]:'')); { - print $db->error(); + print $db->error(); } } @@ -48,7 +48,7 @@ if ($_GET["action"] == 'delete') { if (! dolibarr_del_const($db, $_GET["rowid"])); { - print $db->error(); + print $db->error(); } } @@ -65,7 +65,6 @@ print ''; print ''; print ''; print ''; -print ''; print ''; print ''; print "\n"; @@ -81,11 +80,9 @@ print ''; print "\n"; print '\n"; @@ -96,63 +93,44 @@ print ''; # Affiche lignes des constantes if ($all==1){ - $sql = "SELECT rowid, name, value, type, note FROM llx_const ORDER BY name ASC"; + $sql = "SELECT rowid, name, value, note FROM llx_const ORDER BY name ASC"; }else{ - $sql = "SELECT rowid, name, value, type, note FROM llx_const WHERE visible = 1 ORDER BY name ASC"; + $sql = "SELECT rowid, name, value, note FROM llx_const WHERE visible = 1 ORDER BY name ASC"; } $result = $db->query($sql); -if ($result) +if ($result) { - $num = $db->num_rows($result); - $i = 0; - $var=false; + $num = $db->num_rows($result); + $i = 0; + $var=false; - while ($i < $num) - { - $obj = $db->fetch_object($result); - $var=!$var; - - print ''; - print ''; - print ''; - print ''; - - print "\n"; - - // Type - print '\n"; + print ''; + print ''; + print ''; + print ''; - print ''; - $i++; - } + print "\n"; + + // Value + print '\n"; + + print ''; + $i++; + } }
'.$langs->trans("Name").''.$langs->trans("Value").''.$langs->trans("Type").''.$langs->trans("Note").''.$langs->trans("Action").'
'; -print ''; +print ''; print ''; -$form->select_array('consttype',array('yesno','texte','chaine'),2); -print ''; -print ''; +print ''; print ''; print '
'; print "
$obj->name'; - if ($obj->type == 'yesno') + while ($i < $num) { - print $form->selectyesno('constvalue',$obj->value,1); - print ''; - $form->select_array('consttype',array('yesno','texte','chaine'),0); - } - elseif ($obj->type == 'texte') - { - print '\n"; - print ''; - $form->select_array('consttype',array('yesno','texte','chaine'),1); - } - else - { - print ''; - print ''; - $form->select_array('consttype',array('yesno','texte','chaine'),2); - } - print ''; + $obj = $db->fetch_object($result); + $var=!$var; - // Note - print ''; - print ''; - print '   '; - print ''.img_delete().''; - print "
$obj->name'; + print ''; + print ''; + + // Note + print ''; + print ''; + print '   '; + print ''.img_delete().''; + print "