관리자 상품등록폼 이미지 label 오류 수정
This commit is contained in:
@ -1287,7 +1287,7 @@ $(function(){
|
|||||||
<tbody>
|
<tbody>
|
||||||
<?php for($i=1; $i<=10; $i++) { ?>
|
<?php for($i=1; $i<=10; $i++) { ?>
|
||||||
<tr>
|
<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>
|
<td>
|
||||||
<input type="file" name="it_img<?php echo $i; ?>" id="it_img<?php echo $i; ?>">
|
<input type="file" name="it_img<?php echo $i; ?>" id="it_img<?php echo $i; ?>">
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user