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/sphone/mypage/refusal_confirm.tpl

    r23002 r23134  
    2626    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    2727    <!--{include file=$tpl_navi}--> 
    28     <form name="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 
     28    <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTPS_URL}-->mypage/refusal.php"> 
    2929        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3030        <input type="hidden" name="mode" value="complete" /> 
Note: See TracChangeset for help on using the changeset viewer.