Merge branch 'master' of github.com:gnuboard/yc4s
This commit is contained in:
@ -168,7 +168,6 @@ $pg_anchor ="<ul class=\"anchor\">
|
|||||||
<?=get_list_skin_options("^maintype(.*)\.php", G4_SHOP_PATH, $default['de_type1_list_skin']);?>
|
<?=get_list_skin_options("^maintype(.*)\.php", G4_SHOP_PATH, $default['de_type1_list_skin']);?>
|
||||||
</select>
|
</select>
|
||||||
<label for="de_type1_list_row">출력할 줄 수</label>
|
<label for="de_type1_list_row">출력할 줄 수</label>
|
||||||
|
|
||||||
<input type="text" name="de_type1_list_row" value="<?=$default['de_type1_list_row']?>" id="de_type1_list_row" class="frm_input" size="3">
|
<input type="text" name="de_type1_list_row" value="<?=$default['de_type1_list_row']?>" id="de_type1_list_row" class="frm_input" size="3">
|
||||||
<label for="de_type1_list_mod">1줄당 이미지 수</label>
|
<label for="de_type1_list_mod">1줄당 이미지 수</label>
|
||||||
<input type="text" name="de_type1_list_mod" value="<?=$default['de_type1_list_mod']?>" id="de_type1_list_mod" class="frm_input" size="3">
|
<input type="text" name="de_type1_list_mod" value="<?=$default['de_type1_list_mod']?>" id="de_type1_list_mod" class="frm_input" size="3">
|
||||||
@ -606,7 +605,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">관련상품출력</th>
|
<th scope="row">관련상품출력</th>
|
||||||
<td>
|
<td>
|
||||||
<?=help("$cart_dir/item.sub.adding.php 에서 $cart_dir/maintype1.inc.php 를 include 하여 출력합니다.");?>
|
<?=help(G4_SHOP_DIR.'/item.php 에서 '.G4_SHOP_DIR.'/maintype10.inc.php 를 include 하여 출력합니다.');?>
|
||||||
<label for="de_rel_list_mod">1줄당 이미지 수</label>
|
<label for="de_rel_list_mod">1줄당 이미지 수</label>
|
||||||
<input type="text" name="de_rel_list_mod" value="<?=$default['de_rel_list_mod']?>" id="de_rel_list_mod" class="frm_input" size="3">
|
<input type="text" name="de_rel_list_mod" value="<?=$default['de_rel_list_mod']?>" id="de_rel_list_mod" class="frm_input" size="3">
|
||||||
<label for="de_rel_img_width">이미지폭</label>
|
<label for="de_rel_img_width">이미지폭</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user