쇼핑몰관리자 : #11 내용관리 내용추가/수정 표준화 및 스타일 세부 수정
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user