Ignore:
Timestamp:
2011/02/25 16:46:15 (13 years ago)
Author:
kotani
Message:

#812 (トランザクションIDの自動生成/自動検証), #1053 (transactionidが埋め込まれる前にクリックされるとエラー)

  • transactionid用hiddenタグをJavaScriptで生成しないように変更
File:
1 edited

Legend:

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

    r20340 r20407  
    7171    <div class="form_area"> 
    7272        <form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="?"> 
     73            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    7374            <input type="hidden" name="mode" value="confirm" /> 
    7475            <input type="hidden" name="cart_no" value="" /> 
Note: See TracChangeset for help on using the changeset viewer.