{extends file="admin-layout.tpl"} {block name="check-resource"}admin.keyword{/block} {block name="check-access"}update{/block} {block name="page-title"}{intl l='Edit keyword' d='keyword'}{/block} {block name="main-content"}
{loop name="keyword_edit" type="keyword" visible="*" id="{$keyword_id}" backend_context="1" lang="$edit_language_id"}
{intl l='Edit keyword %title' title=$TITLE d='keyword'}
{if $HAS_PREVIOUS != 0} {else} {/if} {if $HAS_NEXT != 0} {else} {/if}
{form name="keyword.admin.modification"}
{include file="includes/inner-form-toolbar.html" close_url="{url path='/admin/module/Keyword/group/view' keyword_group_id=$KEYWORD_GROUP_ID}"}
{* Be sure to get the keyword ID, even if the form could not be validated *} {form_hidden_fields form=$form} {form_field form=$form field='success_url'} {/form_field} {form_field form=$form field='locale'} {/form_field} {if $form_error}
{$form_error_message}
{/if} {include file="includes/standard-description-form-fields.html"} {form_field form=$form field='code'}
{intl l='Enter here the unique identifier of the keyword which must be use into your loops' d='keyword'}
{/form_field}
{form_field form=$form field='visible'}
{/form_field}
{form_field form=$form field='keyword_group_id'}
{/form_field}
 

{intl l='Keyword created on %date_create. Last modification: %date_change' date_create="{format_date date=$CREATE_DATE}" date_change="{format_date date=$UPDATE_DATE}" d='keyword'}

{/form}
{/loop}
{/block}