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/admin/order/index.tpl

    r20269 r20407  
    7979<div id="order" class="contents-main"> 
    8080<form name="search_form" id="search_form" method="post" action="?"> 
     81<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    8182<input type="hidden" name="mode" value="search" /> 
    8283    <h2>検索条件設定</h2> 
     
    282283<!--★★検索結果一覧★★--> 
    283284<form name="form1" id="form1" method="post" action="?"> 
     285<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    284286<input type="hidden" name="mode" value="search" /> 
    285287<input type="hidden" name="order_id" value="" /> 
Note: See TracChangeset for help on using the changeset viewer.