From 607ebbfe8b3ba0ff6486732001d6eded6eccf2f3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Apr 2013 19:42:21 +0200 Subject: [PATCH] Qual: Replace tab with div --- htdocs/adherents/stats/index.php | 12 +++++++----- htdocs/comm/propal/stats/index.php | 14 +++++++++----- htdocs/commande/stats/index.php | 15 +++++++++------ htdocs/compta/deplacement/stats/index.php | 14 +++++++++----- htdocs/compta/facture/stats/index.php | 14 +++++++++----- 5 files changed, 43 insertions(+), 26 deletions(-) diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php index 8e19ce15ffe..c76be008596 100644 --- a/htdocs/adherents/stats/index.php +++ b/htdocs/adherents/stats/index.php @@ -143,8 +143,7 @@ $head = member_stats_prepare_head($adh); dol_fiche_head($head, 'statssubscription', $langs->trans("Statistics"), 0, 'user'); -print ''; -print '
'; +print '
'; // Show filter box /*print '
'; @@ -210,8 +209,8 @@ foreach ($data as $val) print '
'; -print ''; -print ''; +print '
'; + // Show graphs print '
'; @@ -223,7 +222,10 @@ else { } print '
'; -print ''; + +print '
'; +print '
'; + dol_fiche_end(); diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php index a76b21a0371..acbccbba6f8 100644 --- a/htdocs/comm/propal/stats/index.php +++ b/htdocs/comm/propal/stats/index.php @@ -216,8 +216,9 @@ complete_head_from_modules($conf,$langs,null,$head,$h,'propal_stats'); dol_fiche_head($head,'byyear',$langs->trans("Statistics")); -print ''; -print '
'; + +print '
'; + //if (empty($socid)) //{ @@ -282,8 +283,8 @@ foreach ($data as $val) print '
'; -print ''; -print ''; +print '
'; + // Show graphs print '
'; @@ -297,7 +298,10 @@ else { } print '
'; -print ''; + +print '
'; +print '
'; + dol_fiche_end(); diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php index 1c8a52e201a..f8ab42c8807 100644 --- a/htdocs/commande/stats/index.php +++ b/htdocs/commande/stats/index.php @@ -1,6 +1,6 @@ - * Copyright (c) 2004-2012 Laurent Destailleur + * Copyright (c) 2004-2013 Laurent Destailleur * Copyright (C) 2005-2012 Regis Houssin * Copyright (C) 2012 Marcos GarcĂ­a * @@ -237,8 +237,9 @@ complete_head_from_modules($conf,$langs,null,$head,$h,$type); dol_fiche_head($head,'byyear',$langs->trans("Statistics")); -print ''; -print '
'; + +print '
'; + //if (empty($socid)) //{ @@ -305,8 +306,8 @@ foreach ($data as $val) print '
'; -print ''; -print ''; +print '
'; + // Show graphs print '
'; @@ -320,7 +321,9 @@ else { } print '
'; -print ''; + +print '
'; +print '
'; dol_fiche_end(); diff --git a/htdocs/compta/deplacement/stats/index.php b/htdocs/compta/deplacement/stats/index.php index 2c8bf25fd5c..9e4fe35f3e9 100755 --- a/htdocs/compta/deplacement/stats/index.php +++ b/htdocs/compta/deplacement/stats/index.php @@ -204,8 +204,9 @@ complete_head_from_modules($conf,$langs,null,$head,$h,'trip_stats'); dol_fiche_head($head,'byyear',$langs->trans("Statistics")); -print ''; -print '
'; + +print '
'; + // Show filter box print ''; @@ -266,8 +267,8 @@ foreach ($data as $val) print '
'; -print ''; -print ''; +print '
'; + // Show graphs print '
'; @@ -281,7 +282,10 @@ else { } print '
'; -print ''; + +print '
'; +print '
'; + dol_fiche_end(); diff --git a/htdocs/compta/facture/stats/index.php b/htdocs/compta/facture/stats/index.php index 7fc43f1edfe..e51d012ebac 100644 --- a/htdocs/compta/facture/stats/index.php +++ b/htdocs/compta/facture/stats/index.php @@ -214,8 +214,9 @@ complete_head_from_modules($conf,$langs,null,$head,$h,$type); dol_fiche_head($head,'byyear',$langs->trans("Statistics")); -print ''; -print '
'; + +print '
'; + //if (empty($socid)) //{ @@ -280,8 +281,8 @@ foreach ($data as $val) print '
'; -print ''; -print ''; +print '
'; + // Show graphs print '
'; @@ -295,7 +296,10 @@ else { } print '
'; -print ''; + +print '
'; +print '
'; + dol_fiche_end();