Working :

- Add bootstrap switch
- Add css class to img
- Refactor modal add
- Label information in CategoryCreationForm file
This commit is contained in:
mespeche
2013-09-06 11:07:44 +02:00
parent 7b3cd46261
commit 7f10926b03
3 changed files with 77 additions and 74 deletions

View File

@@ -32,6 +32,10 @@ class CategoryCreationForm extends BaseForm
->add("title", "text", array(
"constraints" => array(
new NotBlank()
),
"label" => "Category title *",
"label_attr" => array(
"for" => "title"
)
))
->add("parent", "integer", array(