First steps in company category administration.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 19 May 2012 19:29:46 +0000 (21:29 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 19 May 2012 19:29:46 +0000 (21:29 +0200)
commitcde604079ffb7db422f295b1a4f06c4ae6e58f03
tree1909f6fdec55ba8ef3abe297cc068faeb32eb0e5
parent019c879ae6d4a4523676517f533d362aac8d9a44
First steps in company category administration.
14 files changed:
apps/companyfront/config/routing.yml
apps/companyfront/modules/category/actions/actions.class.php [new file with mode: 0644]
apps/companyfront/modules/category/templates/_form.php [new file with mode: 0644]
apps/companyfront/modules/category/templates/_list.php [new file with mode: 0644]
apps/companyfront/modules/category/templates/editSuccess.php [new file with mode: 0644]
apps/companyfront/modules/category/templates/indexSuccess.php [new file with mode: 0644]
apps/companyfront/modules/category/templates/newSuccess.php [new file with mode: 0644]
apps/companyfront/modules/category/templates/showSuccess.php [new file with mode: 0644]
apps/companyfront/templates/layout.php
lib/model/doctrine/AdDescriptionTable.class.php
lib/model/doctrine/CompanyCategoryDescriptionTable.class.php
lib/model/doctrine/CompanyCategoryTable.class.php
lib/model/doctrine/GeneralCategory.class.php
test/functional/companyfront/categoryActionsTest.php [new file with mode: 0644]