관리자 상품등록폼 이미지 label 오류 수정

This commit is contained in:
chicpro
2015-03-30 09:01:18 +09:00
parent f1a6ef1d0b
commit 1b196bd5ad

View File

@ -1287,7 +1287,7 @@ $(function(){
<tbody>
<?php for($i=1; $i<=10; $i++) { ?>
<tr>
<th scope="row"><label for="it_img1">이미지 <?php echo $i; ?></label></th>
<th scope="row"><label for="it_img<?php echo $i; ?>">이미지 <?php echo $i; ?></label></th>
<td>
<input type="file" name="it_img<?php echo $i; ?>" id="it_img<?php echo $i; ?>">
<?php