add missing value in folder modification form

This commit is contained in:
Manuel Raynaud
2013-12-28 10:47:41 +01:00
committed by gmorel
parent 29feda718b
commit fda7002418

View File

@@ -63,6 +63,10 @@
<input type="hidden" name="{$name}" value="{url path="/admin/folders/update/{$ID}"}" />
{/form_field}
{form_field form=$form field='locale'}
<input type="hidden" name="{$name}" value="{$value}" />
{/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}
{/block}