모바일 상품이미지수 mod 로 수정

This commit is contained in:
chicpro
2013-08-02 17:26:04 +09:00
parent f57a6c2e88
commit b7ac5d49cd
5 changed files with 12 additions and 6 deletions

View File

@ -238,7 +238,7 @@ $pg_anchor .= '</ul>';
<th scope="row"><label for="ca_mobile_list_row">모바일 이미지 수</label></th>
<td>
<?php echo help("한 페이지에 출력할 이미지 수를 설정합니다."); ?>
<input type="text" name="ca_mobile_list_row" value='<?php echo $ca['ca_mobile_list_row']; ?>' id="ca_mobile_list_row" required class="required frm_input" size="3">
<input type="text" name="ca_mobile_list_mod" value='<?php echo $ca['ca_mobile_list_mod']; ?>' id="ca_mobile_list_mod" required class="required frm_input" size="3">
</td>
</tr>
<tr>

View File

@ -63,7 +63,7 @@ $sql_common = " ca_skin = '$ca_skin',
ca_list_row = '$ca_list_row',
ca_mobile_img_width = '$ca_mobile_img_width',
ca_mobile_img_height = '$ca_mobile_img_height',
ca_mobile_list_row = '$ca_mobile_list_row',
ca_mobile_list_mod = '$ca_mobile_list_mod',
ca_sell_email = '$ca_sell_email',
ca_use = '$ca_use',
ca_stock_qty = '$ca_stock_qty',