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,19 +16,19 @@
*/
return array(
'plans_add' => array(
'title' => $lng['admin']['plans']['add'],
'title' => \Froxlor\I18N\Lang::getAll()['admin']['plans']['add'],
'image' => 'icons/templates_add_big.png',
'sections' => array(
'section_a' => array(
'title' => $lng['admin']['plans']['plan_details'],
'title' => \Froxlor\I18N\Lang::getAll()['admin']['plans']['plan_details'],
'image' => 'icons/templates_add_big.png',
'fields' => array(
'name' => array(
'label' => $lng['admin']['plans']['name'],
'label' => \Froxlor\I18N\Lang::getAll()['admin']['plans']['name'],
'type' => 'text'
),
'description' => array(
'label' => $lng['admin']['plans']['description'],
'label' => \Froxlor\I18N\Lang::getAll()['admin']['plans']['description'],
'type' => 'textarea',
'cols' => 60,
'rows' => 12