Update thirdparties.modules.php
This commit is contained in:
parent
59b1e01d02
commit
de1de589b3
@ -317,11 +317,11 @@ class mailing_thirdparties extends MailingTargets
|
|||||||
$s .= ajax_combobox("filter_status_thirdparties");
|
$s .= ajax_combobox("filter_status_thirdparties");
|
||||||
|
|
||||||
if (!empty($conf->global->MAIN_MULTILANGS)) {
|
if (!empty($conf->global->MAIN_MULTILANGS)) {
|
||||||
// Choose language
|
// Choose language
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php';
|
||||||
$formadmin = new FormAdmin($this->db);
|
$formadmin = new FormAdmin($this->db);
|
||||||
$s .= '<span class="opacitymedium">'.$langs->trans("DefaultLang").':</span> ';
|
$s .= '<span class="opacitymedium">'.$langs->trans("DefaultLang").':</span> ';
|
||||||
$s .= $formadmin->select_language($langs->getDefaultLang(1), 'filter_lang_thirdparties', 0, null, 1, 0, 0, '', 0, 0, 0, null, 1);
|
$s .= $formadmin->select_language($langs->getDefaultLang(1), 'filter_lang_thirdparties', 0, null, 1, 0, 0, '', 0, 0, 0, null, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $s;
|
return $s;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user