Changeset 20798


Ignore:
Timestamp:
2011/03/31 20:14:16 (13 years ago)
Author:
shutta
Message:

refs #1217 モバイル>「お届け先の指定」から先に遷移できない(ソフトバンクのみ?)
「ここに送る」「複数お届け先」ボタンを押しても次に遷移できないのを修正。
ソフトバンク携帯のみの現象?

File:
1 edited

Legend:

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

    r20764 r20798  
    2828<!--▼CONTENTS--> 
    2929<!--{section name=cnt loop=$arrAddr}--> 
    30 <form method="post" action="?"> 
     30<form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/deliv.php"> 
    3131<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3232<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
     
    6464 
    6565■お届け先を複数指定する<br> 
    66 <form method="post" action="?"> 
     66<form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/deliv.php"> 
    6767<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    6868<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
Note: See TracChangeset for help on using the changeset viewer.