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@12244 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
1.2 KiB
HTML
22 lines
1.2 KiB
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 class="x_control-label">{$lang->enable_trackback}</label>
|
|
<div class="x_controls">
|
|
<label for="trackback_y" class="x_inline"><input type="radio" name="enable_trackback" id="trackback_y" value="Y" checked="checked"|cond="$trackback_config->enable_trackback == 'Y'" /> {$lang->yes}</label>
|
|
<label for="trackback_n" class="x_inline"><input type="radio" name="enable_trackback" id="trackback_n" value="N" checked="checked"|cond="$trackback_config->enable_trackback != 'Y'" /> {$lang->not}</label>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="btnArea">
|
|
<button class="x_btn x_btn-primary" type="submit">{$lang->cmd_save}</button>
|
|
</div>
|
|
</form>
|
|
</section>
|