From f2d7523091420a6d59d70219415530e3eb37f75b Mon Sep 17 00:00:00 2001 From: frederic34 Date: Sun, 4 Oct 2015 12:31:32 +0200 Subject: [PATCH] Optioncss --- htdocs/comm/propal/list.php | 1 + htdocs/commande/list.php | 1 + htdocs/compta/salaries/index.php | 1 + htdocs/contact/list.php | 1 + htdocs/contrat/list.php | 1 + htdocs/don/list.php | 1 + htdocs/expedition/list.php | 1 + htdocs/expensereport/list.php | 1 + htdocs/fichinter/list.php | 1 + htdocs/fourn/facture/list.php | 1 + htdocs/fourn/facture/paiement.php | 1 + 11 files changed, 11 insertions(+) diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php index f567f703aec..f595ad8aec0 100644 --- a/htdocs/comm/propal/list.php +++ b/htdocs/comm/propal/list.php @@ -262,6 +262,7 @@ if ($result) // Lignes des champs de filtre print '
'; + if ($optioncss != '') print ''; $i = 0; print ''; diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index db9387c6c5d..dfe5fab1217 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -259,6 +259,7 @@ if ($resql) // Lignes des champs de filtre print ''; + if ($optioncss != '') print ''; print ''; print '
'; diff --git a/htdocs/compta/salaries/index.php b/htdocs/compta/salaries/index.php index 5492c7b9e4f..ddff5dad895 100644 --- a/htdocs/compta/salaries/index.php +++ b/htdocs/compta/salaries/index.php @@ -126,6 +126,7 @@ if ($result) print_barre_liste($langs->trans("SalariesPayments"),$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$totalnboflines, 'title_accountancy.png'); print ''; + if ($optioncss != '') print ''; print '
'; print ''; diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 9a7849e229c..300a06acca6 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -270,6 +270,7 @@ if ($result) print_barre_liste($titre, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords,'title_companies.png'); print ''; + if ($optioncss != '') print ''; print ''; print ''; print ''; diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php index dfe6493aa73..97d20e2acb1 100644 --- a/htdocs/contrat/list.php +++ b/htdocs/contrat/list.php @@ -135,6 +135,7 @@ if ($resql) print_barre_liste($langs->trans("ListOfContracts"), $page, $_SERVER["PHP_SELF"], '&search_contract='.$search_contract.'&search_name='.$search_name, $sortfield, $sortorder,'',$num,$totalnboflines,'title_commercial.png'); print ''; + if ($optioncss != '') print ''; print '
'; // If the user can view prospects other than his' diff --git a/htdocs/don/list.php b/htdocs/don/list.php index 94ac7a948ad..55b7d9377a3 100644 --- a/htdocs/don/list.php +++ b/htdocs/don/list.php @@ -119,6 +119,7 @@ if ($resql) print ''."\n"; + if ($optioncss != '') print ''; print "
"; print ''; print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"d.rowid","", $param,"",$sortfield,$sortorder); diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index c10c589c29f..6435b02bd43 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -122,6 +122,7 @@ if ($resql) $i = 0; print ''."\n"; + if ($optioncss != '') print ''; print '
'; print ''; diff --git a/htdocs/expensereport/list.php b/htdocs/expensereport/list.php index 3f04290485a..ba3b652a3a9 100644 --- a/htdocs/expensereport/list.php +++ b/htdocs/expensereport/list.php @@ -182,6 +182,7 @@ if ($resql) print_barre_liste($langs->trans("ListTripsAndExpenses"), $page, $_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords); print ''."\n"; + if ($optioncss != '') print ''; print '
'; print ""; diff --git a/htdocs/fichinter/list.php b/htdocs/fichinter/list.php index 903dc0898dc..74051b5bc70 100644 --- a/htdocs/fichinter/list.php +++ b/htdocs/fichinter/list.php @@ -134,6 +134,7 @@ if ($result) print_barre_liste($langs->trans("ListOfInterventions"), $page, $_SERVER['PHP_SELF'], $urlparam, $sortfield, $sortorder, '', $num, $totalnboflines, 'title_commercial.png'); print ''."\n"; + if ($optioncss != '') print ''; print '
'; print ''; diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php index 31d8fa2968a..05459d0bd69 100644 --- a/htdocs/fourn/facture/list.php +++ b/htdocs/fourn/facture/list.php @@ -254,6 +254,7 @@ if ($resql) print_barre_liste($langs->trans("BillsSuppliers").($socid?" $soc->name.":""),$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords); print ''; + if ($optioncss != '') print ''; print '
'; print ''; print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"fac.ref,fac.rowid","",$param,"",$sortfield,$sortorder); diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 78044dd4ff1..76497bf4300 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -537,6 +537,7 @@ if (empty($action)) print_barre_liste($langs->trans('SupplierPayments'), $page, $_SERVER["PHP_SELF"],$paramlist,$sortfield,$sortorder,'',$num); print ''; + if ($optioncss != '') print ''; print '
'; print ''; print_liste_field_titre($langs->trans('RefPayment'),$_SERVER["PHP_SELF"],'p.rowid','',$paramlist,'',$sortfield,$sortorder);