{* Update an Address *} {form name="thelia.lang.update"} {* Capture the dialog body, to pass it to the generic dialog *} {capture "edit_lang_dialog"} {form_hidden_fields form=$form} {form_field form=$form field='title'}
{/form_field} {form_field form=$form field='code'}
{intl l='Check the list of ISO 639-1 codes'}
{/form_field} {form_field form=$form field='locale'}
{/form_field} {form_field form=$form field='date_format'}
{intl l='The syntax used is identical to the PHP date() function'}
{/form_field} {form_field form=$form field='time_format'}
{intl l='The syntax used is identical to the PHP date() function'}
{/form_field} {/capture} {include file = "includes/generic-create-dialog.html" dialog_id = "edit_lang_dialog" dialog_title = {intl l="Edit a language"} dialog_body = {$smarty.capture.edit_lang_dialog nofilter} dialog_ok_label = {intl l="Save changes"} dialog_cancel_label = {intl l="Cancel"} form_action = {url path="/admin/configuration/languages/save/{$lang_id}"} form_enctype = {form_enctype form=$form} form_error_message = $form_error_message } {/form}