Useless bottom-border

This commit is contained in:
Laurent Destailleur 2017-03-21 10:54:47 +01:00
parent e85206dee5
commit d9abe553cf
5 changed files with 7 additions and 7 deletions

View File

@ -440,7 +440,7 @@ if ($mode == 'common')
print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
dol_fiche_head($head, $mode, '');
dol_fiche_head($head, $mode, '', -1);
$moreforfilter = '';
$moreforfilter.='<div class="divsearchfield">';
@ -773,7 +773,7 @@ if ($mode == 'common')
if ($mode == 'marketplace')
{
dol_fiche_head($head, $mode, '');
dol_fiche_head($head, $mode, '', -1);
// Marketplace
print "<table summary=\"list_of_modules\" class=\"noborder\" width=\"100%\">\n";
@ -809,7 +809,7 @@ if ($mode == 'marketplace')
if ($mode == 'deploy')
{
dol_fiche_head($head, $mode, '');
dol_fiche_head($head, $mode, '', -1);
$allowonlineinstall=true;

View File

@ -1283,7 +1283,7 @@ if ($action == 'create')
$soc->fetch($object->socid);
$head = supplier_proposal_prepare_head($object);
dol_fiche_head($head, 'comm', $langs->trans('CommRequest'), 0, 'supplier_proposal');
dol_fiche_head($head, 'comm', $langs->trans('CommRequest'), -1, 'supplier_proposal');
$formconfirm = '';

View File

@ -83,7 +83,7 @@ if ($object->id > 0)
$upload_dir = $conf->supplier_proposal->dir_output.'/'.dol_sanitizeFileName($object->ref);
$head = supplier_proposal_prepare_head($object);
dol_fiche_head($head, 'document', $langs->trans('CommRequest'), 0, 'supplier_proposal');
dol_fiche_head($head, 'document', $langs->trans('CommRequest'), -1, 'supplier_proposal');
// Construit liste des fichiers
$filearray=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview\.png)$',$sortfield,(strtolower($sortorder)=='desc'?SORT_DESC:SORT_ASC),1);

View File

@ -53,7 +53,7 @@ $object->info($object->id);
$head = supplier_proposal_prepare_head($object);
dol_fiche_head($head, 'info', $langs->trans('CommRequest'), 0, 'supplier_proposal');
dol_fiche_head($head, 'info', $langs->trans('CommRequest'), -1, 'supplier_proposal');
// Supplier proposal card
$linkback = '<a href="' . DOL_URL_ROOT . '/supplier_proposal/list.php' . (! empty($socid) ? '?socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>';

View File

@ -76,7 +76,7 @@ if ($id > 0 || ! empty($ref))
if ( $societe->fetch($object->socid) )
{
$head = supplier_proposal_prepare_head($object);
dol_fiche_head($head, 'note', $langs->trans('CommRequest'), 0, 'supplier_proposal');
dol_fiche_head($head, 'note', $langs->trans('CommRequest'), -1, 'supplier_proposal');
// Supplier proposal card