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

    r20269 r20407  
    5858<div id="products" class="contents-main"> 
    5959<form name="search_form" id="search_form" method="post" action="?"> 
     60  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    6061  <input type="hidden" name="mode" value="search" /> 
    6162  <!--{foreach key=key item=item from=$arrHidden}--> 
     
    180181<!--★★検索結果一覧★★--> 
    181182<form name="form1" id="form1" method="post" action="?"> 
     183  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    182184  <input type="hidden" name="mode" value="search" /> 
    183185  <input type="hidden" name="product_id" value="" /> 
Note: See TracChangeset for help on using the changeset viewer.