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/mail/template_input.tpl

    r20249 r20407  
    2323*}--> 
    2424<form name="form1" id="form1" method="post" action="?"> 
     25<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2526<input type="hidden" name="mode" value="<!--{$mode}-->" /> 
    2627<input type="hidden" name="template_id" value="<!--{$arrForm.template_id|h}-->" /> 
     
    5859    </ul> 
    5960  </div> 
     61</div> 
    6062</form> 
    61 </div> 
Note: See TracChangeset for help on using the changeset viewer.