[Svn-src-all:1276] [version-2_5-dev 20165] #964 編集時にPOSTとGETでmodeが送られていたため誤動作していた件を修正
coelacanth
admin @ mail.ec-cube.net
2011年 2月 15日 (火) 14:31:17 JST
Subversion committed to /home/svn/open 20165
http://svn.ec-cube.net/open_trac/changeset/20165
┌────────────────────────────┐
│更新者 : coelacanth │
│更新日時: 2011-02-15 14:31:17 +0900 (火, 15 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#964 編集時にPOSTとGETでmodeが送られていたため誤動作していた件を修正
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/Smarty/templates/admin/basis/payment_input.tpl
変更: branches/version-2_5-dev/data/Smarty/templates/admin/basis/payment_input.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/basis/payment_input.tpl 2011-02-14 05:58:23 UTC (rev 20164)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/basis/payment_input.tpl 2011-02-15 05:31:17 UTC (rev 20165)
@@ -29,7 +29,7 @@
//-->
</script>
-<form name="form1" id="form1" method="post" action="" enctype="multipart/form-data">
+<form name="form1" id="form1" method="post" action="./payment_input.php" enctype="multipart/form-data">
<input type="hidden" name="mode" value="edit" />
<input type="hidden" name="payment_id" value="<!--{$tpl_payment_id}-->" />
<input type="hidden" name="image_key" value="" />
@@ -39,7 +39,7 @@
<!--{/foreach}-->
<input type="hidden" name="charge_flg" value="<!--{$charge_flg}-->" />
<h2>支払方法登録・編集</h2>
-
+
<table class="form">
<colgroup width="20%">
<colgroup width="80%">
@@ -73,7 +73,7 @@
<span class="attention"><!--{$arrErr[$key_to]}--></span>
<input type="text" name="<!--{$arrForm[$key_from].keyname}-->" value="<!--{$arrForm[$key_from].value|h}-->" size="10" class="box10" maxlength="<!--{$arrForm[$key_from].length}-->" style="<!--{$arrErr[$key_from]|sfGetErrorColor}-->" />
円
- 〜
+ 〜
<input type="text" name="<!--{$arrForm[$key_to].keyname}-->" value="<!--{$arrForm[$key_to].value|h}-->" size="10" class="box10" maxlength="<!--{$arrForm[$key_to].length}-->" style="<!--{$arrErr[$key_to]|sfGetErrorColor}-->" />
円
</td>
@@ -91,13 +91,13 @@
</td>
</tr>
</table>
-
+
<div class="btn-area">
<ul>
<li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'edit', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li>
</ul>
</div>
-
+
</div>
</form>
Svn-src-all メーリングリストの案内