쇼핑몰관리자 : #11 내용관리 내용추가/수정 표준화 및 스타일 세부 수정

This commit is contained in:
rollydream
2013-03-29 14:42:28 +09:00
parent 31f5c9b7ed
commit 5ea8716fb1

View File

@ -44,8 +44,8 @@ $result = sql_query($sql);
</colgroup> </colgroup>
<thead id="content_head"> <thead id="content_head">
<tr> <tr>
<th scope="row">ID</th> <th scope="col">ID</th>
<th scope="row">제목</th> <th scope="col">제목</th>
<th><a href="./contentform.php"><img src="<?=G4_ADMIN_URL?>/img/icon_insert.gif" alt="내용입력버튼"></a></th> <th><a href="./contentform.php"><img src="<?=G4_ADMIN_URL?>/img/icon_insert.gif" alt="내용입력버튼"></a></th>
</tr> </tr>
</thead> </thead>