쇼핑몰관리자 : #12 FAQ관리 FAQ입력/수정 표준화 및 스타일 세부 수정

This commit is contained in:
rollydream
2013-03-29 14:49:01 +09:00
parent 5ea8716fb1
commit ac78df4310
2 changed files with 35 additions and 35 deletions

View File

@ -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>