From fda7002418ea26f24026cba3519408010a8f79b2 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Sat, 28 Dec 2013 10:47:41 +0100 Subject: [PATCH] add missing value in folder modification form --- templates/backOffice/default/folder-edit.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/backOffice/default/folder-edit.html b/templates/backOffice/default/folder-edit.html index ea82e78ce..904ce524d 100755 --- a/templates/backOffice/default/folder-edit.html +++ b/templates/backOffice/default/folder-edit.html @@ -63,6 +63,10 @@ {/form_field} + {form_field form=$form field='locale'} + + {/form_field} + {* Display error message if exist *} {include file='includes/notifications.html' message=$form_error_message} @@ -351,4 +355,4 @@ {block name="javascript-last-call"} {module_include location='folder-edit-js'} -{/block} \ No newline at end of file +{/block}