Ignore:
Timestamp:
2008/07/17 21:31:46 (16 years ago)
Author:
Seasoft
Message:

ポイントシステムをON・OFF可能に。フロント機能のみの暫定対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/mypage/history.tpl

    r16582 r17435  
    9393 
    9494    <!-- 使用ポイントここから --> 
    95     <table summary="使用ポイント"> 
    96       <tr> 
    97         <th>ご使用ポイント</th> 
    98         <td class="pricetd"><!--{assign var=key value="use_point"}--><!--{$arrDisp[$key]|number_format|default:0}--> pt</td> 
    99       </tr> 
    100       <tr> 
    101         <th>今回加算されるポイント</th> 
    102         <td class="pricetd"><!--{$arrDisp.add_point|number_format|default:0}--> pt</td> 
    103       </tr> 
    104     </table> 
     95    <!--{if $smarty.const.USE_POINT !== false}--> 
     96      <table summary="使用ポイント"> 
     97        <tr> 
     98          <th>ご使用ポイント</th> 
     99          <td class="pricetd"><!--{assign var=key value="use_point"}--><!--{$arrDisp[$key]|number_format|default:0}--> pt</td> 
     100        </tr> 
     101        <tr> 
     102          <th>今回加算されるポイント</th> 
     103          <td class="pricetd"><!--{$arrDisp.add_point|number_format|default:0}--> pt</td> 
     104        </tr> 
     105      </table> 
     106    <!--{/if}--> 
    105107    <!-- 使用ポイントここまで --> 
    106108 
Note: See TracChangeset for help on using the changeset viewer.