Update settings-advanced.php

This commit is contained in:
clickwork-git 2015-10-25 02:04:57 +02:00
parent 376f193d18
commit 6a873ae253
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ HTML::formOpen(array('class'=>'uk-form-horizontal'));
HTML::formSelect(array( HTML::formSelect(array(
'name'=>'cliMode', 'name'=>'cliMode',
'label'=>$L->g('Cli Mode'), 'label'=>$L->g('Cli Mode'),
'options'=>array('true'=>'Enabled', 'false'=>'Disabled'), 'options'=>array('true'=>$L->g('Enabled'), 'false'=>$L->g('Disabled')),
'selected'=>$Site->cliMode(), 'selected'=>$Site->cliMode(),
'class'=>'uk-width-1-3 uk-form-medium', 'class'=>'uk-width-1-3 uk-form-medium',
'tip'=>$L->g('enable-the-command-line-mode-if-you-add-edit') 'tip'=>$L->g('enable-the-command-line-mode-if-you-add-edit')