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/products/product_class.tpl

    r20116 r20407  
    2424<h2>商品規格登録</h2> 
    2525<form name="form1" id="form1" method="post" action="" enctype="multipart/form-data"> 
     26<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2627<!--{foreach key=key item=item from=$arrSearchHidden}--> 
    2728<input type="hidden" name="<!--{$key}-->" value="<!--{$item|h}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.