Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

Location:
branches/version-2_12-dev/data/Smarty/templates/mobile/products
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/mobile/products/detail.tpl

    r22549 r22796  
    115115    <br> 
    116116 
    117     <!--★メーカー★--> 
    118     <!--{if $arrProduct.maker_name|strlen >= 1}--> 
    119         メーカー:<!--{$arrProduct.maker_name|h}--><br> 
    120     <!--{/if}--> 
    121  
    122     <!--★メーカーURL★--> 
    123     <!--{if $arrProduct.comment1|strlen >= 1}--> 
    124         メーカーURL:<a href="<!--{$arrProduct.comment1|h}-->"><!--{$arrProduct.comment1|h}--></a><br> 
    125     <!--{/if}--> 
    126  
    127117    <!--★関連カテゴリ★--> 
    128118    関連カテゴリ:<br> 
  • branches/version-2_12-dev/data/Smarty/templates/mobile/products/select_find2.tpl

    r22545 r22796  
    3737        </select><br> 
    3838        <input type="hidden" name="mode" value="selectItem"> 
    39         <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value|h}-->"> 
     39        <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->"> 
    4040        <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->"> 
    4141        <center><input type="submit" name="submit" value="次へ"></center> 
  • branches/version-2_12-dev/data/Smarty/templates/mobile/products/select_item.tpl

    r22545 r22796  
    3434        <input type="text" name="quantity" size="3" value="<!--{$arrForm.quantity.value|default:1|h}-->" maxlength=<!--{$smarty.const.INT_LEN}--> istyle="4"><br> 
    3535        <input type="hidden" name="mode" value="cart"> 
    36         <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value|h}-->"> 
    37         <input type="hidden" name="classcategory_id2" value="<!--{$arrForm.classcategory_id2.value|h}-->"> 
     36        <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->"> 
     37        <input type="hidden" name="classcategory_id2" value="<!--{$arrForm.classcategory_id2.value}-->"> 
    3838        <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->"> 
    3939        <input type="hidden" name="product_class_id" value="<!--{$tpl_product_class_id}-->"> 
Note: See TracChangeset for help on using the changeset viewer.