mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 09:22:36 +01:00
configuration multi-langue
This commit is contained in:
@@ -2156,14 +2156,12 @@ class Form
|
||||
$this->select_array('model',$modellist,$modelselected,0,0,1);
|
||||
$texte=$langs->trans('Generate');
|
||||
print '</td>';
|
||||
|
||||
print '<td align="center">';
|
||||
if($conf->global->MAIN_MULTILANGS)
|
||||
{
|
||||
print '<td align="center">';
|
||||
$this->select_lang($langs->getDefaultLang());
|
||||
print '</td>';
|
||||
}
|
||||
|
||||
print '</td>';
|
||||
print '<td align="center" colspan="'.($delallowed?'2':'1').'">';
|
||||
print '<input class="button" type="submit" value="'.$texte.'">';
|
||||
print '</td></tr>';
|
||||
|
||||
Reference in New Issue
Block a user