Translation
This commit is contained in:
parent
af0bd35d83
commit
117cdc5e71
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ else
|
|||
echo dossier::hidden();
|
||||
$sel_jrn=$cn->make_array("select jrn_def_id, jrn_def_name from ".
|
||||
" jrn_def order by jrn_def_name");
|
||||
$sel_jrn[]=array('value'=>0,'label'=>'Global : periode pour tous les journaux');
|
||||
$sel_jrn[]=array('value'=>0,'label'=>_('Global : periode pour tous les journaux'));
|
||||
$wSel=new ISelect();
|
||||
$wSel->value=$sel_jrn;
|
||||
$wSel->name='jrn_def_id';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue