mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11971 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
945 B
HTML
21 lines
945 B
HTML
<section class="section">
|
|
<h1>{$lang->trackback}</h1>
|
|
|
|
<form action="./" method="post" class="x_form-horizontal">
|
|
<input type="hidden" name="module" value="trackback" />
|
|
<input type="hidden" name="act" value="procTrackbackAdminInsertModuleConfig" />
|
|
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
|
<input type="hidden" name="target_module_srl" value="{$trackback_config->module_srl?$trackback_config->module_srl:$module_srls}" />
|
|
|
|
<div class="x_control-group">
|
|
<label for="enable_trackback" class="x_control-label">{$lang->enable_trackback}</label>
|
|
<div class="x_controls">
|
|
<input type="checkbox" name="enable_trackback" id="enable_trackback" value="Y" checked="checked"|cond="$trackback_config->enable_trackback == 'Y'" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="btnArea">
|
|
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_save}</button>
|
|
</div>
|
|
</form>
|
|
</section>
|