쇼핑몰관리자 : #12 FAQ관리 FAQ입력/수정 표준화 및 스타일 세부 수정
This commit is contained in:
@ -46,11 +46,11 @@ $result = sql_query($sql);
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">ID</th>
|
<th scope="row">ID</th>
|
||||||
<th scope="col">제목</th>
|
<th scope="row">제목</th>
|
||||||
<th scope="col">FAQ수</th>
|
<th scope="row">FAQ수</th>
|
||||||
<th scope="col">상세보기</th>
|
<th scope="row">상세보기</th>
|
||||||
<th scope="col"><a href='./faqmasterform.php'><img src="<?=G4_ADMIN_URL?>/img/icon_insert.gif" alt="등록"></a></th>
|
<th scope="row"><a href='./faqmasterform.php'><img src="<?=G4_ADMIN_URL?>/img/icon_insert.gif" alt="등록"></a></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user