From 47ff3f866a82c28c1dcba5d92bfd579bc9903da6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Apr 2020 12:54:28 +0200 Subject: [PATCH] css --- htdocs/comm/propal/list.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php index e3ba84a6dc5..f1552cd7b39 100644 --- a/htdocs/comm/propal/list.php +++ b/htdocs/comm/propal/list.php @@ -572,40 +572,40 @@ if ($resql) if (!empty($arrayfields['p.ref']['checked'])) { print ''; - print ''; + print ''; print ''; } if (!empty($arrayfields['p.ref_client']['checked'])) { print ''; - print ''; + print ''; print ''; } if (!empty($arrayfields['pr.ref']['checked'])) { print ''; - print ''; + print ''; print ''; } if (!empty($arrayfields['pr.title']['checked'])) { print ''; - print ''; + print ''; print ''; } if (!empty($arrayfields['s.nom']['checked'])) { print ''; - print ''; + print ''; print ''; } - if (!empty($arrayfields['s.town']['checked'])) print ''; - if (!empty($arrayfields['s.zip']['checked'])) print ''; + if (!empty($arrayfields['s.town']['checked'])) print ''; + if (!empty($arrayfields['s.zip']['checked'])) print ''; // State if (!empty($arrayfields['state.nom']['checked'])) { print ''; - print ''; + print ''; print ''; } // Country @@ -618,7 +618,7 @@ if ($resql) // Company type if (!empty($arrayfields['typent.code']['checked'])) { - print ''; + print ''; print $form->selectarray("search_type_thirdparty", $formcompany->typent_array(0), $search_type_thirdparty, 0, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT) ? 'ASC' : $conf->global->SOCIETE_SORT_ON_TYPEENT)); print ajax_combobox('search_type_thirdparty'); print ''; @@ -668,7 +668,7 @@ if ($resql) // Availability if (!empty($arrayfields['ava.rowid']['checked'])) { - print ''; + print ''; $form->selectAvailabilityDelay($search_availability, 'search_availability', '', 1); print ajax_combobox('search_availability'); print '';