쇼핑몰관리자 : #12 FAQ관리 FAQ입력/수정 표준화 및 스타일 세부 수정
This commit is contained in:
@ -48,8 +48,8 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="col"><label for="fa_order">출력순서</label></th>
|
<th scope="col"><label for="fa_order">출력순서</label></th>
|
||||||
<td >
|
<td >
|
||||||
<input type="text" name="fa_order" value="<?=$fa['fa_order']?>" id="fa_order" class="frm_input" maxlength="10" size="10">
|
|
||||||
<?=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">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user