유

관리자화면 기본정보

· 2014-05-29 (목) 09:54:05 · 1280 · 3
/adm/shop_admin/itemform.php

하기 부분을
<tr>
<th scope="row">상품설명</th>
<td colspan="2"> <?php echo editor_html('it_explan', $it['it_explan']); ?></td>
</tr>
<tr>
<th scope="row">모바일 상품설명</th>
<td colspan="2"> <?php echo editor_html('it_mobile_explan', $it['it_mobile_explan']); ?></td>
</tr>

아래와 같이 수정해야 하지 않을까요?
colspan="2" 삭제

<tr>
<th scope="row">상품설명</th>
<td><?php echo editor_html('it_explan', $it['it_explan']); ?></td>
</tr>
<tr>
<th scope="row">모바일 상품설명</th>
<td> <?php echo editor_html('it_mobile_explan', $it['it_mobile_explan']); ?></td>
</tr>
|

댓글 3개

코드를 보시면 아시겠지만 상품설명과 모바일 상품설명은 분류적용, 전체적용 항목이 없습니다.
그래서 colspan="2" 속성이 들어가 있어야 합니다.
2014-05-29 (목) 11:08:37
관리자님 답변감사드립니다
관리자데모 http://demo.sir.co.kr/gnuboard5/adm/shop_admin/itemform.php
기본정보쪽에 페이지 확인부탁드려요!!!
ie8 환경에서 cheditor를 사용하는 경우에 발생하는 것으로 파악됐습니다.
에디터를 ckeditor로 변경하셔셔서 테스트 해보시기 바랍니다.
추가적으로 cheditor 제작사에도 문의를 해보도록 하겠습니다.
댓글을 작성하시려면 로그인이 필요합니다.

버그신고

4,191건

  문의게시판을 이용해 주세요 :) https://sir.kr/co_qa  

+
분류 제목 글쓴이 날짜
14-06-07
14-06-06
14-06-05
14-06-05
14-06-05
14-06-04
14-06-03
14-06-03
14-06-03
14-06-02
14-06-02
14-06-02
14-06-02
14-06-01
14-05-31
14-05-31
14-05-30
14-05-30
14-05-29
14-05-29