// Add label attributes for, refacto browse file

This commit is contained in:
Kevin Granger
2013-08-02 18:46:37 +02:00
parent 94a43f2991
commit 9f11ecfd78
7 changed files with 81 additions and 25 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ class AdminGendersControllerCore extends AdminController
'label' => $this->l('Name:'),
'name' => 'name',
'lang' => true,
'hint' => $this->l('Invalid characters:').' 0-9!<>,;?=+()@#"�{}_$%:',
'hint' => $this->l('Invalid characters:').' 0-9!&lt;&gt;,;?=+()@#"�{}_$%:',
'required' => true
),
array(
@@ -145,7 +145,7 @@ class AdminGendersControllerCore extends AdminController
),
'submit' => array(
'title' => $this->l('Save'),
'class' => 'button'
'class' => 'btn btn-primary'
)
);