Create, edit, remove office.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 14 May 2012 00:04:11 +0000 (02:04 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 14 May 2012 00:04:11 +0000 (02:04 +0200)
commit0849cf6f7d07eebfebd114563733f8de700f77ad
tree91520a7be42174c89c5a1ce6dde21c214c420373
parenta42973013e0897beee2b51fea9834f257c51537b
Create, edit, remove office.

Right now very simple, wihtout using javascript.
In the future many improvements if I use javascript.
14 files changed:
apps/companyfront/config/app.yml
apps/companyfront/config/routing.yml
apps/companyfront/modules/office/actions/actions.class.php
apps/companyfront/modules/office/templates/_formCustomOffice.php [new file with mode: 0644]
apps/companyfront/modules/office/templates/_list.php [new file with mode: 0644]
apps/companyfront/modules/office/templates/editSuccess.php
apps/companyfront/modules/office/templates/indexSuccess.php
apps/companyfront/modules/office/templates/newSuccess.php
lib/form/doctrine/OfficeForm.class.php
lib/model/doctrine/City.class.php
lib/model/doctrine/CityTable.class.php
lib/model/doctrine/Office.class.php
lib/model/doctrine/OfficeTable.class.php
lib/widget/sfWidgetFormInputFloat.class.php [new file with mode: 0644]