refactor global array

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 20:51:44 +01:00
parent c5a58e3f36
commit 370ccbdb74
220 changed files with 2227 additions and 2244 deletions

View File

@@ -16,20 +16,20 @@
*/
return array(
'filetemplate_add' => array(
'title' => $lng['admin']['templates']['template_add'],
'title' => \Froxlor\I18N\Lang::getAll()['admin']['templates']['template_add'],
'image' => 'icons/templates_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['admin']['templates']['template_add'],
'title' => \Froxlor\I18N\Lang::getAll()['admin']['templates']['template_add'],
'image' => 'icons/templates_add.png',
'fields' => array(
'template' => array(
'label' => $lng['admin']['templates']['action'],
'label' => \Froxlor\I18N\Lang::getAll()['admin']['templates']['action'],
'type' => 'select',
'select_var' => $free_templates
),
'filecontent' => array(
'label' => $lng['admin']['templates']['filecontent'],
'label' => \Froxlor\I18N\Lang::getAll()['admin']['templates']['filecontent'],
'type' => 'textarea',
'cols' => 60,
'rows' => 12