쇼핑몰관리자: ie6 상품등록/수정 관련상품 관련이벤트 스타일 오류 수정

This commit is contained in:
whitedot
2014-04-14 17:44:16 +09:00
parent 3c89ecb10e
commit 24589442e6
3 changed files with 15 additions and 12 deletions

View File

@ -1426,8 +1426,8 @@ $(function(){
?>
<li>
<input type="hidden" name="re_it_id[]" value="<?php echo $row['it_id']; ?>">
<?php echo $it_name; ?>
<button type="button" class="del_item">삭제</button>
<div class="list_item"><?php echo $it_name; ?></div>
<div class="list_item_btn"><button type="button" class="del_item btn_frmline">삭제</button></div>
</li>
<?php
$str[] = $row['it_id'];
@ -1466,8 +1466,8 @@ $(function(){
?>
<li>
<input type="hidden" name="ev_id[]" value="<?php echo $row['ev_id']; ?>">
<?php echo get_text($row['ev_subject']); ?>
<button type="button" class="add_event">추가</button>
<div class="list_item"><?php echo get_text($row['ev_subject']); ?></div>
<div class="list_item_btn"><button type="button" class="add_event btn_frmline">추가</button></div>
</li>
<?php
}
@ -1544,8 +1544,8 @@ $(function(){
?>
<li>
<input type="hidden" name="ev_id[]" value="<?php echo $row['ev_id']; ?>">
<?php echo get_text($row['ev_subject']); ?>
<button type="button" class="del_event">삭제</button>
<div class="list_item"><?php echo get_text($row['ev_subject']); ?></div>
<div class="list_item_btn"><button type="button" class="del_event btn_frmline">삭제</button></div>
</li>
<?php
}