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/sphone/shopping/multiple.tpl

    r20328 r20407  
    4646        <!--{/if}--> 
    4747        <form name="form1" id="form1" method="post" action="?"> 
     48            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    4849            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 
    4950            <input type="hidden" name="mode" value="confirm" /> 
     
    9798                    戻る</a>&nbsp; 
    9899                 <input type="submit" value="選択したお届け先に送る" class="spbtn spbtn-shopping" width="130" height="30" alt="選択したお届け先に送る" name="send_button" id="next" /> 
    99 </div> 
    100  
     100            </div> 
     101        </form> 
    101102    </div> 
    102103</div> 
Note: See TracChangeset for help on using the changeset viewer.