Changeset 23625 for branches


Ignore:
Timestamp:
2014/09/19 17:43:56 (10 years ago)
Author:
ko-shi
Message:

#2618 formElement.submit()が動かないため onsubmit='return false;処理を外す

File:
1 edited

Legend:

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

    r23546 r23625  
    2929        入力後、一番下の「登録する」ボタンをクリックしてください。</p> 
    3030 
    31     <form name="form1" id="form1" method="post" action="?" onsubmit="return false;"> 
     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="edit" /> 
Note: See TracChangeset for help on using the changeset viewer.