create ajax modal for lang edition

This commit is contained in:
Manuel Raynaud
2013-10-22 18:59:12 +02:00
parent c15431a468
commit 7915552fe6
9 changed files with 324 additions and 100 deletions

View File

@@ -153,6 +153,8 @@
<form name="thelia.contact" class="Thelia\Form\ContactForm"/>
<form name="thelia.newsletter" class="Thelia\Form\NewsletterForm"/>
<form name="thelia.lang.update" class="Thelia\Form\Lang\LangUpdateForm"/>
</forms>

View File

@@ -926,6 +926,11 @@
<default key="_controller">Thelia\Controller\Admin\LangController::defaultAction</default>
</route>
<route id="admin.configuration.languages.update" path="/admin/configuration/languages/update/{lang_id}">
<default key="_controller">Thelia\Controller\Admin\LangController::updateAction</default>
<requirement key="lang_id">\d+</requirement>
</route>
<!-- The default route, to display a template -->