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

This commit is contained in:
rollydream
2013-04-02 09:50:36 +09:00
parent dbe0438da3
commit e576e1d092

View File

@ -38,22 +38,21 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
<section class="cbox"> <section class="cbox">
<h2>FAQ상세입력 수정</h2> <h2>FAQ상세입력 수정</h2>
<?=$pg_anchor?>
<table class="frm_tbl"> <table class="frm_tbl">
<colgroup> <colgroup>
<col class="grid_3"> <col class="grid_3">
<col class="grid_13"> <col class="grid_15">
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<th scope="col"><label for="fa_order">출력순서</label></th> <th scope="row"><label for="fa_order">출력순서</label></th>
<td > <td >
<?=help('숫자가 작을수록 FAQ 페이지의 상단에 출력합니다.', 60, -50)?> <?=help('숫자가 작을수록 FAQ 페이지의 상단에 출력합니다.', 60, -50)?>
<input type="text" name="fa_order" value="<?=$fa['fa_order']?>" id="fa_order" class="frm_input" maxlength="10" size="10"> <input type="text" name="fa_order" value="<?=$fa['fa_order']?>" id="fa_order" class="frm_input" maxlength="10" size="10">
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="col">질문 <th scope="row">질문
<? if ($w == 'u') { <? if ($w == 'u') {
echo icon("보기", G4_SHOP_URL."/faq.php?fm_id=$fm_id"); echo icon("보기", G4_SHOP_URL."/faq.php?fm_id=$fm_id");
} }
@ -64,7 +63,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="col">답변</th> <th scope="row">답변</th>
<td ><?=editor_html('fa_content', $fa['fa_content']);?></td> <td ><?=editor_html('fa_content', $fa['fa_content']);?></td>
</tr> </tr>
</tbody> </tbody>