border-bottom not required.

This commit is contained in:
Laurent Destailleur 2017-03-25 00:04:21 +01:00
parent 6b33a755ba
commit 720a820ee4
5 changed files with 5 additions and 5 deletions

View File

@ -1675,7 +1675,7 @@ if ($action == 'create')
$soc->fetch($object->socid); $soc->fetch($object->socid);
$head = propal_prepare_head($object); $head = propal_prepare_head($object);
dol_fiche_head($head, 'comm', $langs->trans('Proposal'), 0, 'propal'); dol_fiche_head($head, 'comm', $langs->trans('Proposal'), -1, 'propal');
$formconfirm = ''; $formconfirm = '';

View File

@ -151,7 +151,7 @@ $formother = new FormOther($db);
if ($object->id > 0) if ($object->id > 0)
{ {
$head = propal_prepare_head($object); $head = propal_prepare_head($object);
dol_fiche_head($head, 'contact', $langs->trans("Proposal"), 0, 'propal'); dol_fiche_head($head, 'contact', $langs->trans("Proposal"), -1, 'propal');
// Proposal card // Proposal card

View File

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

View File

@ -59,7 +59,7 @@ llxHeader('',$langs->trans('Proposal'),'EN:Commercial_Proposals|FR:Proposition_c
$object->fetch_thirdparty(); $object->fetch_thirdparty();
$head = propal_prepare_head($object); $head = propal_prepare_head($object);
dol_fiche_head($head, 'info', $langs->trans('Proposal'), 0, 'propal'); dol_fiche_head($head, 'info', $langs->trans('Proposal'), -1, 'propal');
$object->info($object->id); $object->info($object->id);

View File

@ -74,7 +74,7 @@ if ($id > 0 || ! empty($ref))
if ($object->fetch_thirdparty() > 0) if ($object->fetch_thirdparty() > 0)
{ {
$head = propal_prepare_head($object); $head = propal_prepare_head($object);
dol_fiche_head($head, 'note', $langs->trans('Proposal'), 0, 'propal'); dol_fiche_head($head, 'note', $langs->trans('Proposal'), -1, 'propal');
$cssclass='titlefield'; $cssclass='titlefield';
//if ($action == 'editnote_public') $cssclass='titlefieldcreate'; //if ($action == 'editnote_public') $cssclass='titlefieldcreate';