mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
영문에서 label이 checkbox에 너무 붙어서 보기 어려운 점 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2792 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0772165c63
commit
78822b0df8
2 changed files with 3 additions and 3 deletions
|
|
@ -75,8 +75,8 @@
|
|||
<tr>
|
||||
<th scope="row">{$lang->use_category}</th>
|
||||
<td>
|
||||
<input type="checkbox" name="use_category" value="Y" <!--@if($module_info->use_category=='Y')-->checked="checked"<!--@end--> class="checkbox" />
|
||||
{$lang->about_use_category}
|
||||
<input type="checkbox" name="use_category" value="Y" <!--@if($module_info->use_category=='Y')-->checked="checked"<!--@end--> class="checkbox" id="fld_for_category" />
|
||||
<label for="fld_for_category">{$lang->about_use_category}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue