diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php
index f007d4f8299..8daae94efe6 100644
--- a/htdocs/accountancy/admin/account.php
+++ b/htdocs/accountancy/admin/account.php
@@ -297,7 +297,7 @@ if ($resql)
if (! empty($arrayfields['aa.pcg_type']['checked'])) print '
';
print ' ';
print ' ';
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/admin/emailcollector_list.php b/htdocs/admin/emailcollector_list.php
index d67936edfb5..a7e6a1aff67 100644
--- a/htdocs/admin/emailcollector_list.php
+++ b/htdocs/admin/emailcollector_list.php
@@ -384,7 +384,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/admin/mails_senderprofile_list.php b/htdocs/admin/mails_senderprofile_list.php
index fa895f84182..f6a526600d7 100644
--- a/htdocs/admin/mails_senderprofile_list.php
+++ b/htdocs/admin/mails_senderprofile_list.php
@@ -356,7 +356,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/admin/tools/listevents.php b/htdocs/admin/tools/listevents.php
index 987f965576a..d508afe63d2 100644
--- a/htdocs/admin/tools/listevents.php
+++ b/htdocs/admin/tools/listevents.php
@@ -255,7 +255,7 @@ if ($result)
//print ' ';
print '';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/asset/list.php b/htdocs/asset/list.php
index 029b5334d55..c0c67c52331 100644
--- a/htdocs/asset/list.php
+++ b/htdocs/asset/list.php
@@ -372,7 +372,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/bom/bom_list.php b/htdocs/bom/bom_list.php
index 8c9d60f1fe7..62e6a21ac22 100644
--- a/htdocs/bom/bom_list.php
+++ b/htdocs/bom/bom_list.php
@@ -387,7 +387,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php
index b9c93ece52c..619f61bdc67 100644
--- a/htdocs/comm/mailing/cibles.php
+++ b/htdocs/comm/mailing/cibles.php
@@ -505,7 +505,7 @@ if ($object->fetch($id) >= 0)
print $formmailing->selectDestinariesStatus($search_dest_status, 'search_dest_status', 1);
print '';
// Action column
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons($massactionbutton?1:0, 'checkforselect', 1);
print $searchpicto;
print ' ';
diff --git a/htdocs/comm/mailing/list.php b/htdocs/comm/mailing/list.php
index 7e058819771..da74efaaf98 100644
--- a/htdocs/comm/mailing/list.php
+++ b/htdocs/comm/mailing/list.php
@@ -191,7 +191,7 @@ if ($result)
if (! $filteremail) print ' ';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/bank/bankentries_list.php b/htdocs/compta/bank/bankentries_list.php
index 68c0ada46df..0c43475f2fb 100644
--- a/htdocs/compta/bank/bankentries_list.php
+++ b/htdocs/compta/bank/bankentries_list.php
@@ -906,7 +906,7 @@ if ($resql)
}
if (! empty($arrayfields['balance']['checked']))
{
- print '';
+ print ' ';
$htmltext=$langs->trans("BalanceVisibilityDependsOnSortAndFilters", $langs->transnoentitiesnoconv("DateValue"));
print $form->textwithpicto('', $htmltext, 1);
print ' ';
diff --git a/htdocs/compta/bank/various_payment/list.php b/htdocs/compta/bank/various_payment/list.php
index 8be0b075e40..537bd6aee66 100644
--- a/htdocs/compta/bank/various_payment/list.php
+++ b/htdocs/compta/bank/various_payment/list.php
@@ -223,7 +223,7 @@ if ($result)
// Credit
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/cashcontrol/cashcontrol_list.php b/htdocs/compta/cashcontrol/cashcontrol_list.php
index 32a5e50a452..816d1486970 100644
--- a/htdocs/compta/cashcontrol/cashcontrol_list.php
+++ b/htdocs/compta/cashcontrol/cashcontrol_list.php
@@ -402,7 +402,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/deplacement/list.php b/htdocs/compta/deplacement/list.php
index 9ad85788ca0..58a8fd32ef5 100644
--- a/htdocs/compta/deplacement/list.php
+++ b/htdocs/compta/deplacement/list.php
@@ -153,7 +153,7 @@ if ($resql)
print '';
// print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/paiement/cheque/list.php b/htdocs/compta/paiement/cheque/list.php
index 401d12aec4b..11de8aa48a2 100644
--- a/htdocs/compta/paiement/cheque/list.php
+++ b/htdocs/compta/paiement/cheque/list.php
@@ -175,7 +175,7 @@ if ($resql)
print ' ';
print '';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php
index c005e0d70e6..39089c31274 100644
--- a/htdocs/compta/paiement/list.php
+++ b/htdocs/compta/paiement/list.php
@@ -255,7 +255,7 @@ if ($resql)
print '';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/prelevement/bons.php b/htdocs/compta/prelevement/bons.php
index 9fcb77d9b42..2b67b73c95b 100644
--- a/htdocs/compta/prelevement/bons.php
+++ b/htdocs/compta/prelevement/bons.php
@@ -134,7 +134,7 @@ if ($result)
print ' ';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/prelevement/list.php b/htdocs/compta/prelevement/list.php
index 8180517a2e8..81e58e19cca 100644
--- a/htdocs/compta/prelevement/list.php
+++ b/htdocs/compta/prelevement/list.php
@@ -146,7 +146,7 @@ if ($result)
print ' ';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/salaries/list.php b/htdocs/compta/salaries/list.php
index 6ce49536d20..4fa8bd09a76 100644
--- a/htdocs/compta/salaries/list.php
+++ b/htdocs/compta/salaries/list.php
@@ -196,7 +196,7 @@ if ($result)
// Amount
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/sociales/list.php b/htdocs/compta/sociales/list.php
index 01efe621dc8..7e25d8c3423 100644
--- a/htdocs/compta/sociales/list.php
+++ b/htdocs/compta/sociales/list.php
@@ -236,7 +236,7 @@ if ($resql)
print $form->selectarray('search_status', $liststatus, $search_status, 1);
print '';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/compta/tva/list.php b/htdocs/compta/tva/list.php
index 1d6b08735a0..d735edd5840 100644
--- a/htdocs/compta/tva/list.php
+++ b/htdocs/compta/tva/list.php
@@ -187,7 +187,7 @@ if ($result)
print '';
}
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/contact/consumption.php b/htdocs/contact/consumption.php
index 667965396a6..3f0d0313ee0 100644
--- a/htdocs/contact/consumption.php
+++ b/htdocs/contact/consumption.php
@@ -390,7 +390,7 @@ if ($sql_select)
print '';
print '';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
index 6749ac0a7f5..fa26c5ed30b 100644
--- a/htdocs/contact/list.php
+++ b/htdocs/contact/list.php
@@ -693,8 +693,8 @@ if (! empty($arrayfields['p.import_key']['checked']))
print '';
}
// Action column
-print '';
-$searchpicto=$form->showFilterButtons();
+print ' ';
+$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
@@ -783,7 +783,7 @@ while ($i < min($num, $limit))
// Name
if (! empty($arrayfields['p.lastname']['checked']))
{
- print '';
+ print ' ';
print $contactstatic->getNomUrl(1, '', 0);
print ' ';
if (! $i) $totalarray['nbfield']++;
@@ -791,7 +791,7 @@ while ($i < min($num, $limit))
// Firstname
if (! empty($arrayfields['p.firstname']['checked']))
{
- print ''.$obj->firstname.' ';
+ print ''.$obj->firstname.' ';
if (! $i) $totalarray['nbfield']++;
}
// Job position
diff --git a/htdocs/contrat/services_list.php b/htdocs/contrat/services_list.php
index 19b40fa451d..07b5cceee1a 100644
--- a/htdocs/contrat/services_list.php
+++ b/htdocs/contrat/services_list.php
@@ -524,7 +524,7 @@ if (! empty($arrayfields['status']['checked']))
print '';
}
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/don/list.php b/htdocs/don/list.php
index f5cf23bceb7..1af11afca24 100644
--- a/htdocs/don/list.php
+++ b/htdocs/don/list.php
@@ -193,7 +193,7 @@ if ($resql)
}
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/fichinter/list.php b/htdocs/fichinter/list.php
index bff598873ce..f8697fb52fc 100644
--- a/htdocs/fichinter/list.php
+++ b/htdocs/fichinter/list.php
@@ -433,7 +433,7 @@ if ($resql)
{
print ' ';
}
- print '';
+ print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/fourn/facture/impayees.php b/htdocs/fourn/facture/impayees.php
index 27a659300cc..02c8af6ebc6 100644
--- a/htdocs/fourn/facture/impayees.php
+++ b/htdocs/fourn/facture/impayees.php
@@ -213,7 +213,7 @@ if ($user->rights->fournisseur->facture->lire)
print '';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
index fa13e329b0e..fe3deb6459b 100644
--- a/htdocs/fourn/facture/list.php
+++ b/htdocs/fourn/facture/list.php
@@ -728,7 +728,7 @@ if ($resql)
}
if (! empty($arrayfields['rtp']['checked']))
{
- print '';
+ print ' ';
print ' ';
}
// Extra fields
diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
index a84acde6e04..f45d4009d05 100644
--- a/htdocs/fourn/facture/paiement.php
+++ b/htdocs/fourn/facture/paiement.php
@@ -944,7 +944,7 @@ if (empty($action) || $action == 'list')
print '';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/fourn/product/list.php b/htdocs/fourn/product/list.php
index 218379ce7b8..7b319490815 100644
--- a/htdocs/fourn/product/list.php
+++ b/htdocs/fourn/product/list.php
@@ -243,7 +243,7 @@ if ($resql)
print ' ';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/holiday/define_holiday.php b/htdocs/holiday/define_holiday.php
index 1404391f521..c0b25e57769 100644
--- a/htdocs/holiday/define_holiday.php
+++ b/htdocs/holiday/define_holiday.php
@@ -271,7 +271,7 @@ else
print ' ';
// Action column
- print '';
+ print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php
index a93be6e096d..84e7b36c239 100644
--- a/htdocs/holiday/list.php
+++ b/htdocs/holiday/list.php
@@ -460,7 +460,7 @@ $holiday->selectStatutCP($search_statut, 'search_statut');
print '';
// Actions
-print '';
+print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/holiday/view_log.php b/htdocs/holiday/view_log.php
index f27f1a5f10b..a37d3490c97 100644
--- a/htdocs/holiday/view_log.php
+++ b/htdocs/holiday/view_log.php
@@ -193,7 +193,7 @@ print ' ';
print ' ';
print ' ';
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php
index e8efedcf075..8fee6ca6664 100644
--- a/htdocs/modulebuilder/template/myobject_list.php
+++ b/htdocs/modulebuilder/template/myobject_list.php
@@ -428,7 +428,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/product/inventory/list.php b/htdocs/product/inventory/list.php
index 58b34b6e8ea..b102e6ebad4 100644
--- a/htdocs/product/inventory/list.php
+++ b/htdocs/product/inventory/list.php
@@ -380,7 +380,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 688fef19654..93bcb936e98 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -676,7 +676,7 @@ if ($resql)
print $form->selectarray('search_tobuy', array('0'=>$langs->trans('ProductStatusNotOnBuyShort'),'1'=>$langs->trans('ProductStatusOnBuyShort')), $search_tobuy, 1);
print '';
}
- print '';
+ print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index f6efc0296b1..ccde05d1e24 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -1989,7 +1989,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES))
print ' ';
print ' ';
// Print the search button
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
index f8800aabc38..476fec36c2a 100644
--- a/htdocs/product/reassort.php
+++ b/htdocs/product/reassort.php
@@ -297,7 +297,7 @@ if ($resql)
print ' ';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/product/reassortlot.php b/htdocs/product/reassortlot.php
index 5142b05b4c4..faf91184dd1 100644
--- a/htdocs/product/reassortlot.php
+++ b/htdocs/product/reassortlot.php
@@ -293,7 +293,7 @@ if ($resql)
print ' ';
print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
@@ -388,7 +388,7 @@ if ($resql)
//print ''.$objp->desiredstock.' ';
// Warehouse
- print '';
+ print ' ';
if ($objp->fk_entrepot > 0)
{
print $warehousetmp->getNomUrl(1);
@@ -396,7 +396,7 @@ if ($resql)
print ' ';
// Lot
- print '';
+ print ' ';
if ($product_lot_static->batch)
{
print $product_lot_static->getNomUrl(1);
diff --git a/htdocs/product/stock/list.php b/htdocs/product/stock/list.php
index e36312e196c..b9876bdf36a 100644
--- a/htdocs/product/stock/list.php
+++ b/htdocs/product/stock/list.php
@@ -177,7 +177,7 @@ if ($result)
print $form->selectarray('search_status', $warehouse->statuts, $search_status, 1, 0, 0, '', 1);
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/product/stock/movement_card.php b/htdocs/product/stock/movement_card.php
index 7983c1d2547..b75042c7cca 100644
--- a/htdocs/product/stock/movement_card.php
+++ b/htdocs/product/stock/movement_card.php
@@ -904,7 +904,7 @@ if ($resql)
print '';
}
// Actions
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
index 183927af207..836bb97e50c 100644
--- a/htdocs/product/stock/movement_list.php
+++ b/htdocs/product/stock/movement_list.php
@@ -880,7 +880,7 @@ if ($resql)
print '';
}
// Actions
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/product/stock/productlot_list.php b/htdocs/product/stock/productlot_list.php
index ae127bb03b6..d0d7b5da8e6 100644
--- a/htdocs/product/stock/productlot_list.php
+++ b/htdocs/product/stock/productlot_list.php
@@ -368,7 +368,7 @@ if ($resql)
print '';
}*/
// Action column
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons($massactionbutton?1:0, 'checkforselect', 1);
print $searchpicto;
print ' ';
diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php
index 0de9fa76786..069be8aca96 100644
--- a/htdocs/product/stock/replenish.php
+++ b/htdocs/product/stock/replenish.php
@@ -562,12 +562,12 @@ print ' ';
print '' . $langs->trans('AlertOnly') . ' ';
print '' . $langs->trans('IncludeAlsoDraftOrders') . ' ';
print ' ';
-print '';
// Fields from hook
$parameters=array('param'=>$param,'sortfield'=>$sortfield,'sortorder'=>$sortorder);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
+print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
index 1e8efc15581..34dd5547f7b 100644
--- a/htdocs/projet/list.php
+++ b/htdocs/projet/list.php
@@ -655,7 +655,7 @@ if (! empty($arrayfields['p.fk_statut']['checked']))
print '';
}
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
index c7053bc7079..ccc8a0548c8 100644
--- a/htdocs/projet/tasks.php
+++ b/htdocs/projet/tasks.php
@@ -762,7 +762,7 @@ elseif ($id > 0 || ! empty($ref))
if (! empty($conf->global->PROJECT_SHOW_CONTACTS_IN_LIST)) print ' ';
// Action column
- print '';
+ print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php
index 4a6d2633354..b97710ba7b6 100644
--- a/htdocs/projet/tasks/list.php
+++ b/htdocs/projet/tasks/list.php
@@ -588,7 +588,7 @@ if (! empty($arrayfields['t.tms']['checked']))
print '';
}
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/resource/list.php b/htdocs/resource/list.php
index 3e613c3d99c..6765d2d7147 100644
--- a/htdocs/resource/list.php
+++ b/htdocs/resource/list.php
@@ -224,7 +224,7 @@ if (! empty($arrayfields['ty.label']['checked']))
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php
index c16ef378bd0..d158fb49698 100644
--- a/htdocs/societe/consumption.php
+++ b/htdocs/societe/consumption.php
@@ -396,7 +396,7 @@ if ($sql_select)
print '';
print '';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
index 76824ca0140..1476bb8ce75 100644
--- a/htdocs/societe/price.php
+++ b/htdocs/societe/price.php
@@ -545,7 +545,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print ' ';
print ' ';
// Print the search button
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php
index 6b4a85f28c8..ef19f266597 100644
--- a/htdocs/societe/website.php
+++ b/htdocs/societe/website.php
@@ -391,7 +391,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/theme/eldy/btn.inc.php b/htdocs/theme/eldy/btn.inc.php
index 927c92c5f41..f95940a61a0 100644
--- a/htdocs/theme/eldy/btn.inc.php
+++ b/htdocs/theme/eldy/btn.inc.php
@@ -70,6 +70,8 @@ border-bottom-left-radius: 0 !important;*/
}
a.butActionNew>span.fa-plus-circle, a.butActionNew>span.fa-plus-circle:hover { padding-left: 6px; font-size: 1.5em; border: none; box-shadow: none; webkit-box-shadow: none; }
a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover { padding-left: 6px; font-size: 1.5em; border: none; box-shadow: none; webkit-box-shadow: none; }
+a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover { padding-left: 6px; font-size: 1.5em; border: none; box-shadow: none; webkit-box-shadow: none; }
+a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover { padding-left: 6px; font-size: 1.5em; border: none; box-shadow: none; webkit-box-shadow: none; }
.butAction:hover {
-webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php
index 481ad2add76..1c3995391de 100644
--- a/htdocs/ticket/list.php
+++ b/htdocs/ticket/list.php
@@ -553,7 +553,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
diff --git a/htdocs/user/hierarchy.php b/htdocs/user/hierarchy.php
index a54e3070573..be18cb4051a 100644
--- a/htdocs/user/hierarchy.php
+++ b/htdocs/user/hierarchy.php
@@ -172,7 +172,7 @@ print ' ';
print '';
print $form->selectarray('search_statut', array('-1'=>'','1'=>$langs->trans('Enabled')), $search_statut);
print ' ';
-print '';
+print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
diff --git a/htdocs/user/list.php b/htdocs/user/list.php
index 62d32bc1654..ad310b0041e 100644
--- a/htdocs/user/list.php
+++ b/htdocs/user/list.php
@@ -439,7 +439,7 @@ if (! empty($arrayfields['u.statut']['checked']))
print '';
}
// Action column
-print '';
+print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';