Ignore:
Timestamp:
2013/08/27 15:44:52 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
Myページ購入履歴一覧でページングが動作しない不具合に対応。
formにIDが指定されていなかったので特定できなかった。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/mypage/refusal.tpl

    r23108 r23134  
    2828    <div id="mycontents_area"> 
    2929        <h3><!--{$tpl_subtitle|h}--></h3> 
    30         <form name="form1" method="post" action="?"> 
     30        <form name="form1" id="form1" method="post" action="?"> 
    3131            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3232            <input type="hidden" name="mode" value="confirm" /> 
Note: See TracChangeset for help on using the changeset viewer.