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

    r20337 r20407  
    126126<!--▼検索フォーム--> 
    127127<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|h}-->"> 
     128<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    128129<input name="mode" type="hidden" value="search" /> 
    129130<input name="anchor_key" type="hidden" value="" /> 
     
    179180            <!--{assign var=id value=$arrProducts[cnt].product_id}--> 
    180181            <form name="product_form<!--{$id|h}-->" action="?" onsubmit="return false;"> 
     182                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    181183                <!--▼商品<!--{$smarty.section.cnt.iteration}-->--> 
    182184                <!--{assign var=status value="`$arrProducts[cnt].status`"}--> 
Note: See TracChangeset for help on using the changeset viewer.