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

    r23066 r23134  
    3838    </div> 
    3939 
    40     <form name="form1" method="post" action="?"> 
     40    <form name="form1" id="form1" method="post" action="?"> 
    4141        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    4242        <input type="hidden" name="mode" value="confirm" /> 
Note: See TracChangeset for help on using the changeset viewer.