This commit is contained in:
Laurent Destailleur 2021-05-05 00:56:40 +02:00
parent bf52b54db6
commit f37033b1f4

View File

@ -160,19 +160,15 @@ if (empty($conf->global->MAIN_EMAIL_TEMPLATES_FOR_OBJECT_LINES)) {
$tabhelp = array(); $tabhelp = array();
$tabhelp[25] = array( $tabhelp[25] = array(
'topic'=>$helpsubstit, 'topic'=>'<span class="small">'.$helpsubstit.'</span>',
'joinfiles'=>$langs->trans('AttachMainDocByDefault'), 'joinfiles'=>$langs->trans('AttachMainDocByDefault'),
'content'=>$helpsubstit, 'content'=>'<span class="small">'.$helpsubstit.'</span>',
'content_lines'=>$helpsubstitforlines, 'content_lines'=>'<span class="small">'.$helpsubstitforlines.'</span>',
'type_template'=>$langs->trans("TemplateForElement"), 'type_template'=>$langs->trans("TemplateForElement"),
'private'=>$langs->trans("TemplateIsVisibleByOwnerOnly"), 'private'=>$langs->trans("TemplateIsVisibleByOwnerOnly"),
'position'=>$langs->trans("PositionIntoComboList") 'position'=>$langs->trans("PositionIntoComboList")
); );
// List of check for fields (NOT USED YET)
$tabfieldcheck = array();
$tabfieldcheck[25] = array();
$elementList = array(); $elementList = array();