Implement config templates

This commit is contained in:
Eike Foken
2011-08-30 01:13:03 +02:00
parent 5aaef1fc62
commit 121b47718a
3 changed files with 16 additions and 7 deletions

View File

@@ -166,6 +166,11 @@ $config['programs/edit'] = array(
'label' => _('Name of the program'),
'rules' => 'required|max_length[100]|trim',
),
array(
'field' => 'config_template',
'label' => _('Config template'),
'rules' => 'required',
),
);
/**