잘못 기재된 lable 수정

This commit is contained in:
gnuboard
2013-11-20 15:10:39 +09:00
parent 4ed98ef46a
commit 11a6cc0eb1

View File

@ -219,7 +219,7 @@ $pg_anchor .= '</ul>';
</td>
</tr>
<tr>
<th scope="row"><label for="ca_mobile_list_row">모바일 이미지 수</label></th>
<th scope="row"><label for="ca_mobile_list_mod">모바일 이미지 수</label></th>
<td>
<?php echo help("한 페이지에 출력할 이미지 수를 설정합니다."); ?>
<input type="text" name="ca_mobile_list_mod" value='<?php echo $ca['ca_mobile_list_mod']; ?>' id="ca_mobile_list_mod" required class="required frm_input" size="3">