First steps with Ads. Index web page.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 15 May 2012 17:14:19 +0000 (19:14 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 15 May 2012 17:14:19 +0000 (19:14 +0200)
commit3f3b8d8c51b9acb3101ef19485d23cb8e4bcc79b
tree7a9b629108db41e50b144397d6d134e2d366d273
parent1b62960e2c092a009930aaedf76523d9bf1f9891
First steps with Ads. Index web page.

Index web page with internationalization.
We can change the shown language without JavaScript.
apps/companyfront/config/app.yml
apps/companyfront/config/routing.yml
apps/companyfront/modules/ad/actions/actions.class.php [new file with mode: 0644]
apps/companyfront/modules/ad/templates/_form.php [new file with mode: 0644]
apps/companyfront/modules/ad/templates/_list.php [new file with mode: 0644]
apps/companyfront/modules/ad/templates/editSuccess.php [new file with mode: 0644]
apps/companyfront/modules/ad/templates/indexSuccess.php [new file with mode: 0644]
apps/companyfront/modules/ad/templates/newSuccess.php [new file with mode: 0644]
apps/companyfront/modules/ad/templates/showSuccess.php [new file with mode: 0644]
lib/model/doctrine/AdDescriptionTable.class.php
test/functional/companyfront/adActionsTest.php [new file with mode: 0644]