44 lines
1.5 KiB
HTML
44 lines
1.5 KiB
HTML
<div class="form-container">
|
|
|
|
<form method="POST" action="{$formAction}" {form_enctype form=$form} class="clearfix">
|
|
|
|
{include
|
|
file = "includes/inner-form-toolbar.html"
|
|
hide_submit_buttons = false
|
|
page_url = {$pageUrl}
|
|
close_url = {$closeUrl}
|
|
current_tab = "seo"
|
|
}
|
|
|
|
{* Hidden field *}
|
|
<input type="hidden" name="current_id" value="{$current_id}">
|
|
<input type="hidden" name="current_tab" value="seo">
|
|
|
|
{form_hidden_fields form=$form}
|
|
|
|
{render_form_field form=$form field="success_url"}
|
|
|
|
{* Display error message if exist *}
|
|
{include file='includes/notifications.html' message=$form_error_message}
|
|
|
|
{custom_render_form_field form=$form field='url'}
|
|
<div class="input-group">
|
|
<span class="input-group-addon">{$url_language|default:{config key="url_site"}}/</span>
|
|
<input type="text" {form_field_attributes form=$form field='url'}>
|
|
</div>
|
|
{/custom_render_form_field}
|
|
|
|
{render_form_field form=$form field="meta_title"}
|
|
{render_form_field form=$form field="meta_description"}
|
|
{render_form_field form=$form field="meta_keywords"}
|
|
|
|
{include
|
|
file = "includes/inner-form-toolbar.html"
|
|
hide_submit_buttons = false
|
|
hide_flags = true
|
|
page_url = {$pageUrl}
|
|
close_url = {$closeUrl}
|
|
}
|
|
|
|
</form>
|
|
</div> |