9 Commits

Author SHA1 Message Date
ed3f0e9657 remove center field of event form 2019-02-01 15:23:54 +01:00
78acb56b43 move styles in new css, adapt webpack config 2019-01-25 11:17:29 +01:00
f71e273aae new event form, like edit form 2019-01-21 09:52:59 +01:00
Marc Ducobu
4aa6c4b53f adding css class for buttons - page event new & show 2016-03-25 09:02:48 +01:00
d8de53ca3c rename 'label' to 'name'.
Warning : this commit require to rename some table column, but the
original Version file has been update.

If you do not care to loose your date, you may run :

```
php app/console doctrine:migrations:execute --down 20160318111334
php app/console doctrine:migrations:execute --up 20160318111334
php app/console doctrine:cache:metadata #(if you have a cache for
doctrine meta date)
```
close #20
2016-03-24 23:30:37 +01:00
c9ce3aca96 some improvement to the Update / create event pages
- i18n of all the form
- add a title to each page
- chill layout of each page
- add flash message on successfully creation and update action

For the update page, (see #23), the user is not allowed to update
the center

close #23
close #2
2016-03-24 23:00:45 +01:00
Marc Ducobu
cf7f8a929b Allow the modification of event + adding the prefix chill_even to all the route 2016-03-24 18:03:45 +01:00
Marc Ducobu
041c43a936 Basic form to create an Event 2016-03-22 18:59:59 +01:00
Marc Ducobu
4d02314770 Event CRUD generated 2016-03-22 17:16:19 +01:00