HTML, CSS, Web Accessibility...

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9675 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-18 12:17:31 +00:00
parent 349434a372
commit 341bfa73ed
26 changed files with 451 additions and 578 deletions

View file

@ -1,4 +1,4 @@
<form action="./" method="post">
<form action="./" method="post" class="form">
<input type="hidden" name="act" value="procTrackbackAdminInsertModuleConfig" />
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', $act, 'module_srl', $module_srl)}" />
<input type="hidden" name="target_module_srl" value="{$trackback_config->module_srl?$trackback_config->module_srl:$module_srls}" />
@ -7,8 +7,8 @@
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<th><label for="enable_trackback">{$lang->enable_trackback}</label></th>
<td ><input type="checkbox" name="enable_trackback" id="enable_trackback" value="Y" <!--@if($trackback_config->enable_trackback == "Y")-->checked="checked"<!--@end--> /></td>
<th scope="row"><label for="enable_trackback">{$lang->enable_trackback}</label></th>
<td class="text"><input type="checkbox" name="enable_trackback" id="enable_trackback" value="Y" <!--@if($trackback_config->enable_trackback == "Y")-->checked="checked"<!--@end--> /></td>
</tr>
</table>
</div>