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 ' | ';