mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
16 lines
803 B
HTML
16 lines
803 B
HTML
<!--%import("filter/insert_trackback_module_config.xml")-->
|
|
|
|
<form action="./" method="post" onsubmit="return procFilter(this, insert_trackback_module_config)">
|
|
<input type="hidden" name="target_module_srl" value="{$trackback_config->module_srl?$trackback_config->module_srl:$module_srls}" />
|
|
|
|
<table cellspacing="0" class="adminTable">
|
|
<caption>{$lang->trackback}</caption>
|
|
<tr>
|
|
<th><div>{$lang->enable_trackback}</div></th>
|
|
<td class="wide"><input type="checkbox" name="enable_trackback" value="Y" <!--@if($trackback_config->enable_trackback == "Y")-->checked="checked"<!--@end--> /></td>
|
|
</tr>
|
|
<tr class="row2">
|
|
<td class="right" colspan="2"><span class="button"><input type="submit" value="{$lang->cmd_save}"/></span></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|