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/mypage/refusal.tpl

    r20340 r20407  
    2929    <h3><!--{$tpl_subtitle|h}--></h3> 
    3030    <form name="form1" method="post" action="?"> 
     31      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3132      <input type="hidden" name="mode" value="confirm" /> 
    3233      <div id="complete_area"> 
     
    4142            </ul> 
    4243        </div> 
     44        </div> 
    4345      </div> 
    4446    </form> 
Note: See TracChangeset for help on using the changeset viewer.