Ignore:
Timestamp:
2011/04/21 17:52:07 (13 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20110421072703-fdp0p5zbbs75ms3d
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/Smarty/templates/mobile/shopping/confirm.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fmobile%2Fshopping%2Fconfirm.tpl
data/Smarty/templates/mobile/shopping/payment.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fmobile%2Fshopping%2Fpayment.tpl
data/Smarty/templates/mobile/shopping/select_deliv.tpl select_deliv.tpl-20110207152600-lm5bjhtot5ipow7j-1
data/class/pages/shopping/LC_Page_Shopping_Payment.php 15223@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fshopping%2FLC_Page_Shopping_Payment.php
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110421085050-8oqi6xh1u9clhiir
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110421085204-d1s0yzc1ig9mlh2p
bzr:revno:
3592
bzr:revprop:branch-nick:
branches/version-2_11-dev
bzr:root:
branches/version-2_11-dev
bzr:text-revisions:

data/Smarty/templates/mobile/shopping/confirm.tpl ohkouchi@loop-az.jp-20110421085050-8oqi6xh1u9clhiir
data/Smarty/templates/mobile/shopping/payment.tpl ohkouchi@loop-az.jp-20110421085050-8oqi6xh1u9clhiir
data/Smarty/templates/mobile/shopping/select_deliv.tpl ohkouchi@loop-az.jp-20110421085050-8oqi6xh1u9clhiir
data/class/pages/shopping/LC_Page_Shopping_Payment.php ohkouchi@loop-az.jp-20110421085050-8oqi6xh1u9clhiir
bzr:timestamp:
2011-04-21 17:52:04.549999952 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-04-21T08:52:04.550000Z
Message:

#1225 (モバイル>「ご入力内容のご確認」画面の「戻る」ボタンの戻り先がおかしい)

  • 併わせて, POST 先の URL は, できるだけ定数を使用するよう修正
Location:
branches/version-2_11-dev/data/Smarty/templates/mobile/shopping
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/confirm.tpl

    r20799 r20881  
    2222 */ 
    2323*}--> 
    24 <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/confirm.php"> 
     24<form method="post" action="<!--{$smarty.const.MOBILE_SHOPPING_CONFIRM_URLPATH}-->"> 
    2525<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2626<input type="hidden" name="mode" value="confirm"> 
     
    117117<form action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URLPATH}-->" method="post"> 
    118118<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    119 <input type="hidden" name="mode" value=""> 
     119<input type="hidden" name="mode" value="select_deliv"> 
     120<input type="hidden" name="deliv_id" value="<!--{$arrForm.deliv_id|h}-->"> 
    120121<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    121122<center><input type="submit" value="戻る"></center> 
  • branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/payment.tpl

    r20799 r20881  
    2222 */ 
    2323*}--> 
    24 <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/payment.php"> 
     24<form method="post" action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URLPATH}-->"> 
    2525<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2626<input type="hidden" name="mode" value="confirm"> 
     
    108108</form> 
    109109 
     110<!--{if $is_single_deliv}--> 
    110111<form action="<!--{$tpl_back_url|h}-->" method="get"> 
     112<!--{else}--> 
     113<form action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URLPATH}-->" method="post"> 
     114<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     115<input type="hidden" name="mode" value=""> 
     116<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
     117<!--{/if}--> 
    111118<center><input type="submit" name="return" value="戻る"></center> 
    112119</form> 
     120 
  • branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/select_deliv.tpl

    r20799 r20881  
    2222 */ 
    2323*}--> 
    24 <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/payment.php"> 
     24<form method="post" action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URLPATH}-->"> 
    2525<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2626<input type="hidden" name="mode" value="select_deliv"> 
Note: See TracChangeset for help on using the changeset viewer.