missed this one
This commit is contained in:
parent
114d443f88
commit
6186e3ec5e
1 changed files with 5 additions and 5 deletions
|
@ -172,7 +172,7 @@ class Manage extends dcNsProcess
|
||||||
(new Div())->class('two-boxes odd')->items([
|
(new Div())->class('two-boxes odd')->items([
|
||||||
(new Para())->items([
|
(new Para())->items([
|
||||||
(new Label(__('Excluded themes:'), Label::OUTSIDE_LABEL_BEFORE))->for('exclude'),
|
(new Label(__('Excluded themes:'), Label::OUTSIDE_LABEL_BEFORE))->for('exclude'),
|
||||||
(new Input('exclude'))->size(50)->maxlenght(200)->value(Html::escapeHTML($s->exclude)),
|
(new Input('exclude'))->size(50)->maxlenght(200)->value(Html::escapeHTML($s->get('exclude'))),
|
||||||
]),
|
]),
|
||||||
(new Note())->class('form-note')->text('Semicolon separated list of themes IDs (theme folder name). Ex: ductile;berlin'),
|
(new Note())->class('form-note')->text('Semicolon separated list of themes IDs (theme folder name). Ex: ductile;berlin'),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Reference in a new issue