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/products/review.tpl

    r22574 r23134  
    2929        「<span class="attention">※</span>」印は入力必須項目です。<br /> 
    3030        ご入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p> 
    31     <form name="form1" method="post" action="?"> 
     31    <form name="form1" id="form1" method="post" action="?"> 
    3232        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3333        <input type="hidden" name="mode" value="confirm" /> 
Note: See TracChangeset for help on using the changeset viewer.