Created AbstractCrudController, and refactored existing controllers

This commit is contained in:
franck
2013-09-12 13:02:40 +02:00
parent 0671c2ce7d
commit c85ec2a9e3
31 changed files with 1033 additions and 566 deletions

View File

@@ -152,6 +152,9 @@
</div>
{/form_field}
{module_include location='message_create_form'}
{/capture}
{include
@@ -173,6 +176,9 @@
{capture "delete_dialog"}
<input type="hidden" name="message_id" id="message_delete_id" value="" />
{module_include location='message_delete_form'}
{/capture}
{include