쇼핑몰관리자: ie6 상품등록/수정 관련상품 관련이벤트 스타일 오류 수정
This commit is contained in:
@ -30,10 +30,10 @@ for($i=0;$row=sql_fetch_array($result);$i++) {
|
||||
|
||||
$it_name = get_it_image($row['it_id'], 50, 50).' '.$row['it_name'];
|
||||
|
||||
$list .= '<li>';
|
||||
$list .= '<li class="list_res">';
|
||||
$list .= '<input type="hidden" name="re_it_id[]" value="'.$row['it_id'].'">';
|
||||
$list .= $it_name;
|
||||
$list .= '<button type="button" class="add_item">추가</button>';
|
||||
$list .= '<div class="list_item">'.$it_name.'</div>';
|
||||
$list .= '<div class="list_item_btn"><button type="button" class="add_item btn_frmline">추가</button></div>';
|
||||
$list .= '</li>'.PHP_EOL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user