Ignore:
Timestamp:
2011/05/19 02:26:17 (13 years ago)
Author:
Seasoft
Message:

#1312 (ログインブロックからのログインでURL復帰が不十分)
#1313 (URL の searchpart が必要ないケースで REQUEST_URI が使用されている)

  • 開発環境を別の作業に使用するため、一旦現状コミット。
File:
1 edited

Legend:

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

    r20764 r20941  
    2828    <font color="#FF0000">※数量を入力して下さい。</font><br> 
    2929<!--{/if}--> 
    30 <form method="post" action="<!--{$smarty.server.REQUEST_URI|h}-->"> 
     30<form method="post" action="?"> 
    3131  <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    3232    <input type="text" name="quantity" size="3" value="<!--{$arrForm.quantity.value|default:1|h}-->" maxlength=<!--{$smarty.const.INT_LEN}--> istyle="4"><br> 
Note: See TracChangeset for help on using the changeset viewer.