Ignore:
Timestamp:
2012/02/18 23:28:42 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • 主にテンプレートのスペース関連
File:
1 edited

Legend:

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

    r20954 r21535  
    4040<!--{foreach from=$cartKeys item=key}--> 
    4141<form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="?"  utn> 
    42   <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     42    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    4343    <input type="hidden" name="mode" value="confirm"> 
    4444    <input type="hidden" name="cart_no" value=""> 
     
    9393    <br> 
    9494    <!--{/if}--> 
    95      
     95 
    9696    <center><input type="submit" value="注文する"></center> 
    9797</form> 
Note: See TracChangeset for help on using the changeset viewer.