From 1108458de858046bc42e3405c7a17ab4780717cf Mon Sep 17 00:00:00 2001 From: frederic34 Date: Sun, 4 Oct 2015 11:45:02 +0200 Subject: [PATCH] Optioncss --- htdocs/adherents/cotisations.php | 1 + htdocs/adherents/list.php | 1 + htdocs/comm/action/listactions.php | 2 ++ htdocs/comm/list.php | 1 + htdocs/loan/index.php | 1 + 5 files changed, 6 insertions(+) diff --git a/htdocs/adherents/cotisations.php b/htdocs/adherents/cotisations.php index 82423bdeb94..cc8e39d32ca 100644 --- a/htdocs/adherents/cotisations.php +++ b/htdocs/adherents/cotisations.php @@ -150,6 +150,7 @@ if ($result) print '
'; + if ($optioncss != '') print ''; print ''; print ''; diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index 0acc9c0d795..4ffbbf33fb6 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -187,6 +187,7 @@ if ($resql) } print ''; + if ($optioncss != '') print ''; print ''; // Filter on categories diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index cee81f38d25..e9bd319f170 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -135,6 +135,7 @@ $userstatic=new User($db); $nav=''; $nav.=''; +if ($optioncss != '') $nav.= ''; if ($actioncode || isset($_GET['actioncode']) || isset($_POST['actioncode'])) $nav.=''; if ($status || isset($_GET['status']) || isset($_POST['status'])) $nav.=''; if ($filter) $nav.=''; @@ -274,6 +275,7 @@ if ($resql) print ''."\n"; + if ($optioncss != '') print ''; $i = 0; print '
'; diff --git a/htdocs/comm/list.php b/htdocs/comm/list.php index 26298743653..91f30d30887 100644 --- a/htdocs/comm/list.php +++ b/htdocs/comm/list.php @@ -187,6 +187,7 @@ if ($result) $i = 0; print ''."\n"; + if ($optioncss != '') print ''; // Filter on categories $moreforfilter=''; diff --git a/htdocs/loan/index.php b/htdocs/loan/index.php index 16cda8446a5..25d0f015253 100644 --- a/htdocs/loan/index.php +++ b/htdocs/loan/index.php @@ -99,6 +99,7 @@ if ($resql) if ($optioncss != '') $param.='&optioncss='.$optioncss; print ''."\n"; + if ($optioncss != '') print ''; print '
'; print ''; print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"l.rowid","",$param,"",$sortfield,$sortorder);