쇼핑몰관리자: #75 1라인 이미지수, 총라인수 문구 통일에 따른 수정 완료

This commit is contained in:
whitedot
2013-04-22 09:36:29 +09:00
parent 878dd21596
commit 95d55285a8
2 changed files with 8 additions and 8 deletions

View File

@ -85,10 +85,10 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
</td>
</tr>
<tr>
<th scope="row"><label for="ev_list_row">총 출력행수</label></th>
<th scope="row"><label for="ev_list_row">이미지 줄 수</label></th>
<td>
<?=help("한페이지 출력할 수를 설정합니다.\n한 페이지에 표시되는 상품수는 (1줄당 이미지 수 x 총 출력행수) 입니다.");?>
<input type="text" name="ev_list_row" value="<? echo $ev['ev_list_row'] ?>" id="ev_list_row" class="frm_input" size="3"> 라인
<?=help("한 페이지 출력할 이미지 줄 수를 설정합니다.\n한 페이지에 표시되는 상품수는 (1줄당 이미지 수 x 수) 입니다.");?>
<input type="text" name="ev_list_row" value="<? echo $ev['ev_list_row'] ?>" id="ev_list_row" class="frm_input" size="3">
</td>
</tr>
<tr>