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

    r23108 r23134  
    4141 
    4242        <!--{if $tpl_linemax > 0}--> 
    43             <form name="form1" method="post" action="?" > 
     43            <form name="form1" id="form1" method="post" action="?" > 
    4444                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    4545                <input type="hidden" name="mode" value="" /> 
Note: See TracChangeset for help on using the changeset viewer.