diff --git a/templates/admin/default/currency-edit.html b/templates/admin/default/currency-edit.html index 0724cbe72..9add46f0a 100644 --- a/templates/admin/default/currency-edit.html +++ b/templates/admin/default/currency-edit.html @@ -5,138 +5,121 @@ {block name="check-permissions"}admin.configuration.currencies.edit{/block} {block name="main-content"} -
+
-
+
- {loop name="currency_edit" type="currency" id="$currency_id" backend_context="1" lang="$edit_language_id"} + {loop name="currency_edit" type="currency" id="$currency_id" backend_context="1" lang="$edit_language_id"} - + -
-
-
+
+
+
-
- {intl l="Edit currency $NAME"} -
+
+ {intl l="Edit currency $NAME"} +
-
-
- {form name="thelia.admin.currency.modification"} -
- - {* Be sure to get the currency ID, even if the form could not be validated *} - +
+
+ + {form name="thelia.admin.currency.modification"} + + + {* Be sure to get the currency ID, even if the form could not be validated *} + - {include file="includes/inner-form-toolbar.html"} + {include file="includes/inner-form-toolbar.html"} - {form_hidden_fields form=$form} + {form_hidden_fields form=$form} - {form_field form=$form field='success_url'} - - {/form_field} + {form_field form=$form field='success_url'} + + {/form_field} - {form_field form=$form field='locale'} - - {/form_field} + {form_field form=$form field='locale'} + + {/form_field} - {if $form_error}
{$form_error_message}
{/if} - -
+ {if $form_error}
{$form_error_message}
{/if} + +
+ + {form_field form=$form field='name'} +
+ + +
+ {/form_field} + + {form_field form=$form field='code'} +
+ + +
+ {/form_field} -
- +
-
- {form_field form=$form field='name'} - - - - {/form_field} -
-
+
-
- + {form_field form=$form field='symbol'} +
+ + +
+ {/form_field} + + {form_field form=$form field='rate'} +
+ + + Price in Euro x rate = Price in this currency +
+ {/form_field} + +
+ + + {/form} -
- {form_field form=$form field='code'} - - - - {/form_field} -
-
-
+
+
-
-
- +
+
-
- {form_field form=$form field='symbol'} - - - - {/form_field} -
-
+
-
- + {/loop} -
- {form_field form=$form field='rate'} - - - - {/form_field} - Price in Euro x rate = Price in this currency -
-
- -
- - - - - {/form} -
-
-
-
- -
- - {/loop} - - {elseloop rel="currency_edit"} -
-
-
- {intl l="Sorry, currency ID=$currency_id was not found."} + {elseloop rel="currency_edit"} +
+
+
+ {intl l="Sorry, currency ID=$currency_id was not found."} +
+
-
-
- {/elseloop} + {/elseloop} +
-
{/block} \ No newline at end of file