From 5d95b4fa3a99d7e03eaed3c4175624790b28a744 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 31 Dec 2010 10:37:48 +0000 Subject: [PATCH] Fix: Bad alignement --- htdocs/admin/delais.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php index 6b1065c0ceb..eec7a8dcd01 100644 --- a/htdocs/admin/delais.php +++ b/htdocs/admin/delais.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005 Simon Tosser * Copyright (C) 2005-2009 Regis Houssin * @@ -81,7 +81,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit')) $var=true; print ''; - print ''; + print ''; // if ($conf->agenda->enabled) @@ -184,7 +184,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit')) // Show if meteo is enabled print '
'.$langs->trans("DelaysOfToleranceBeforeWarning").''.$langs->trans("Value").'
'.$langs->trans("DelaysOfToleranceBeforeWarning").''.$langs->trans("Value").'
'; - print ''; + print ''; $var=!$var; print ''; @@ -206,7 +206,7 @@ else */ print '
'.$langs->trans("Parameter").''.$langs->trans("Value").'
'.$langs->trans("Parameter").''.$langs->trans("Value").'
'; - print ''; + print ''; $var=true; $var=!$var; @@ -288,6 +288,7 @@ else print ''; print ''; print ''; + $var=!$var; print ''; print ''; @@ -308,7 +309,7 @@ else // Show if meteo is enabled print '
'.$langs->trans("DelaysOfToleranceBeforeWarning").''.$langs->trans("Value").'
'.$langs->trans("DelaysOfToleranceBeforeWarning").''.$langs->trans("Value").'
'.img_object('','account').''.$langs->trans("DelaysOfToleranceTransactionsToConciliate").'' . ($conf->global->MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE+0) . ' ' . $langs->trans("days") . '
'.img_object('','account').'
'; - print ''; + print ''; $var=!$var; print ''; @@ -339,7 +340,7 @@ $level0=$offset; if (! empty($conf->global->MAIN_METEO_LEVEL0)) $level $level1=$offset+1*$cursor; if (! empty($conf->global->MAIN_METEO_LEVEL1)) $level1=$conf->global->MAIN_METEO_LEVEL1; $level2=$offset+2*$cursor; if (! empty($conf->global->MAIN_METEO_LEVEL2)) $level2=$conf->global->MAIN_METEO_LEVEL2; $level3=$offset+3*$cursor; if (! empty($conf->global->MAIN_METEO_LEVEL3)) $level3=$conf->global->MAIN_METEO_LEVEL3; -$text=''; $options='height="64px"'; +$text=''; $options='height="60px"'; print '
'.$langs->trans("Parameter").''.$langs->trans("Value").'
'.$langs->trans("Parameter").''.$langs->trans("Value").'
'; print '
'; print img_picto_common($text,'weather/weather-clear.png',$options);