From 1e8ff692677a1e7401071e5717bd72abe3e1ae8f Mon Sep 17 00:00:00 2001 From: frederic34 Date: Sun, 4 Oct 2015 13:34:55 +0200 Subject: [PATCH] Optioncss --- htdocs/fourn/list.php | 1 + htdocs/fourn/product/list.php | 1 + htdocs/product/list.php | 1 + htdocs/projet/list.php | 1 + htdocs/societe/list.php | 1 + htdocs/user/index.php | 1 + 6 files changed, 6 insertions(+) diff --git a/htdocs/fourn/list.php b/htdocs/fourn/list.php index 31201acd987..14bd6298ea8 100644 --- a/htdocs/fourn/list.php +++ b/htdocs/fourn/list.php @@ -188,6 +188,7 @@ if ($resql) print_barre_liste($langs->trans("ListOfSuppliers"), $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, 'title_companies'); print '
'."\n"; + if ($optioncss != '') print ''; // Filter on categories $moreforfilter=''; diff --git a/htdocs/fourn/product/list.php b/htdocs/fourn/product/list.php index a97d3106c3b..fb3ae6cea63 100644 --- a/htdocs/fourn/product/list.php +++ b/htdocs/fourn/product/list.php @@ -165,6 +165,7 @@ if ($resql) } print ''; + if ($optioncss != '') print ''; print ''; if ($fourn_id > 0) print ''; print ''; diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 664548e4855..68e6143c48c 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -274,6 +274,7 @@ else else { print ''; + if ($optioncss != '') print ''; print ''; print ''; print ''; diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php index d77a190dae2..f46c6562ae7 100644 --- a/htdocs/projet/list.php +++ b/htdocs/projet/list.php @@ -232,6 +232,7 @@ if ($resql) print_barre_liste($text, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, "", $num,'','title_project'); print ''; + if ($optioncss != '') print ''; // Show description of content if ($mine) print $langs->trans("MyProjectsDesc").'

'; diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index 5980a0a5c1d..06a29082f50 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -306,6 +306,7 @@ if ($resql) } print ''; + if ($optioncss != '') print ''; print ''; // Filter on categories diff --git a/htdocs/user/index.php b/htdocs/user/index.php index 7ade9f8ba4d..921697ade51 100644 --- a/htdocs/user/index.php +++ b/htdocs/user/index.php @@ -122,6 +122,7 @@ if ($result) $i = 0; print ''."\n"; + if ($optioncss != '') print ''; $param="search_user=".$search_user."&sall=".$sall; $param.="&search_statut=".$search_statut;