From 51ea3c0775e83c365c6e5daed1b256d7e90ee220 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Sep 2012 10:27:31 +0200 Subject: [PATCH] Minor look fix --- htdocs/admin/agenda_xcal.php | 4 ++-- htdocs/admin/mailing.php | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/admin/agenda_xcal.php b/htdocs/admin/agenda_xcal.php index 5a1ccc3c6df..14b21de4fc4 100644 --- a/htdocs/admin/agenda_xcal.php +++ b/htdocs/admin/agenda_xcal.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2008-2012 Laurent Destailleur * Copyright (C) 2012 Juanjo Menent * * This program is free software; you can redistribute it and/or modify @@ -95,7 +95,7 @@ print ""; print ""; print ''.$langs->trans("PasswordTogetVCalExport").""; -print "global->MAIN_AGENDA_XCAL_EXPORTKEY) . "\" size=\"40\">"; +print "global->MAIN_AGENDA_XCAL_EXPORTKEY) . "\" size=\"40\">"; print " "; print ""; diff --git a/htdocs/admin/mailing.php b/htdocs/admin/mailing.php index ccded6ec1c7..fb135dcfb8e 100644 --- a/htdocs/admin/mailing.php +++ b/htdocs/admin/mailing.php @@ -103,7 +103,7 @@ print ''; $var=true; -print ''; +print '
'; print ''; print ''; print ''; @@ -123,7 +123,7 @@ print ''; -// TODO the precedent values are deleted after turn on this switch +// TODO the precedent values are deleted after turn on this switch $var=!$var; print ''; - -print ''; print '
'.$langs->trans("Parameter").''.$langs->trans("Value").'
'; print $langs->trans("ActivateCheckRead").''; @@ -149,12 +149,12 @@ print $langs->trans("ActivateCheckReadKey").''; print ''; print '
'; -$db->close(); +print '
'; +print '
'; llxFooter(); +$db->close(); ?>