관리자: input select label 중심 마크업 정리

This commit is contained in:
whitedot
2014-04-02 10:54:19 +09:00
parent f65314bd94
commit 13cdf776f5
32 changed files with 121 additions and 102 deletions

View File

@ -33,9 +33,9 @@ include_once(G5_ADMIN_PATH.'/admin.head.php');
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="fg_no">그룹</label></th>
<th scope="row"><label for="fg_no">그룹<strong class="sound_only"> 필수</strong></label></th>
<td>
<select name="fg_no" id="fg_no" required>
<select name="fg_no" id="fg_no" required class="required">
<option value="0">미분류</option>
<?php
$qry = sql_query("select * from {$g5['sms5_form_group_table']} order by fg_name");
@ -47,7 +47,7 @@ include_once(G5_ADMIN_PATH.'/admin.head.php');
</td>
</tr>
<tr>
<th scope="row"><label for="fo_name">제목</label></th>
<th scope="row"><label for="fo_name">제목<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="fo_name" id="fo_name" required value="<?php echo $write['fo_name']?>" class="frm_input required" size="70"></td>
</tr>
<tr>