Ignore:
Timestamp:
2013/06/29 15:15:48 (11 years ago)
Author:
Seasoft
Message:

#2044 (無駄な処理を改善する for 2.13.0)

  • 不要なパラメーター

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/products/list.tpl

    r22607 r22921  
    145145        <form name="product_form<!--{$id|h}-->" action="?" onsubmit="return false;"> 
    146146        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     147        <input type="hidden" name="product_id" value="<!--{$id|h}-->" /> 
     148        <input type="hidden" name="product_class_id" id="product_class_id<!--{$id|h}-->" value="<!--{$tpl_product_class_id[$id]}-->" /> 
    147149        <div class="list_area clearfix"> 
    148150            <a name="product<!--{$id|h}-->"></a> 
     
    195197 
    196198                <!--▼買い物かご--> 
    197                 <input type="hidden" name="product_id" value="<!--{$id|h}-->" /> 
    198                 <input type="hidden" name="product_class_id" id="product_class_id<!--{$id|h}-->" value="<!--{$tpl_product_class_id[$id]}-->" /> 
    199                 <input type="hidden" name="category_id" value="<!--{$arrSearchData.category_id|h}-->" /> 
    200  
    201199                <div class="cart_area clearfix"> 
    202200                    <!--{if $tpl_stock_find[$id]}--> 
Note: See TracChangeset for help on using the changeset viewer.