First module: office
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 13 May 2012 16:51:11 +0000 (18:51 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 13 May 2012 16:51:11 +0000 (18:51 +0200)
commit6ceca099aea83677b918d6cdddf953a66c9ffbaa
treed8d19aa61d346e0a033b13c3c324c2a2d48507be
parenta81590d7c6f0c58c708047166be6a77e02230eee
First module: office

Getting ready: layout, i18n
I have to write a new form for this module which will let us create
a new office. Right now without javascript, but if I want it to seem
"professional" I will have to finish using javascript...
13 files changed:
apps/companyfront/config/app.yml
apps/companyfront/config/routing.yml
apps/companyfront/config/view.yml
apps/companyfront/modules/office/actions/actions.class.php [new file with mode: 0644]
apps/companyfront/modules/office/i18n/office_form.es.xml [new file with mode: 0644]
apps/companyfront/modules/office/templates/_form.php [new file with mode: 0644]
apps/companyfront/modules/office/templates/editSuccess.php [new file with mode: 0644]
apps/companyfront/modules/office/templates/indexSuccess.php [new file with mode: 0644]
apps/companyfront/modules/office/templates/newSuccess.php [new file with mode: 0644]
apps/companyfront/modules/office/templates/showSuccess.php [new file with mode: 0644]
apps/companyfront/templates/layout.php
test/functional/companyfront/officeActionsTest.php [new file with mode: 0644]
web/companyfront.php [new file with mode: 0644]