|
{loop type="auth" name="can_change" roles="ADMIN" permissions="admin.configuration.countries.change"}
-
+
{/loop}
@@ -121,7 +121,7 @@
{form_field form=$form field='success_url'}
{* on success, redirect to the edition page, _ID_ is replaced with the created object ID, see controller *}
-
+
{/form_field}
{form_field form=$form field='title'}
@@ -160,6 +160,12 @@
{/form_field}
+ {loop type="lang" name="default-lang" default_only="1"}
+
+ {form_field form=$form field='locale'}
+
+ {/form_field}
+ {/loop}
{module_include location='country_create_form'}
diff --git a/templates/admin/default/country-edit.html b/templates/admin/default/country-edit.html
index fe1a0f240..b5d68e46b 100644
--- a/templates/admin/default/country-edit.html
+++ b/templates/admin/default/country-edit.html
@@ -92,13 +92,13 @@
{form_field form=$form field='title'}
-
+
{/form_field}
- {form_field form=$form field='short-description'}
+ {form_field form=$form field='chapo'}
-
+
{/form_field}
{form_field form=$form field='description'}
|