From 6d18c793009a07b9389b86730afefb7cd8d846e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 17 Aug 2011 22:20:29 +0000 Subject: [PATCH] Make area on home page using div instead of tables --- htdocs/boxes.php | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/htdocs/boxes.php b/htdocs/boxes.php index a78d87cf3dd..d9f6cda1216 100644 --- a/htdocs/boxes.php +++ b/htdocs/boxes.php @@ -22,7 +22,7 @@ * \brief File of class to manage widget boxes * \author Rodolphe Qiedeville * \author Laurent Destailleur - * \version $Id: boxes.php,v 1.58 2011/08/15 18:37:07 eldy Exp $ + * \version $Id: boxes.php,v 1.59 2011/08/17 22:20:29 eldy Exp $ */ @@ -48,13 +48,7 @@ function printBoxesArea($user,$areacode) print ''."\n"; - if (! empty($conf->global->MAIN_TRY_DIV)) print '
'; - else { - print ''; - - // Affichage colonne gauche - print '\n"; - // Affichage colonne droite - print '"; - print "
'."\n"; - } + print '
'; print "\n\n"; @@ -83,12 +77,7 @@ function printBoxesArea($user,$areacode) print "
\n"; print "\n"; - if (! empty($conf->global->MAIN_TRY_DIV)) print '
'; - else { - print "
'; - } + print '
'; print "\n\n"; print '\n"; print "\n"; - if (! empty($conf->global->MAIN_TRY_DIV)) print '
'; - else { - print "
\n"; - } + print '
'; print "\n"; print "";