Ignore:
Timestamp:
2011/08/31 19:45:34 (13 years ago)
Author:
fukap
Message:

スマートフォンサイト 商品名検索で「全商品」という見出しを修正

Location:
branches/version-2_11-dev/data/Smarty/templates/sphone
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/index.tpl

    r21073 r21226  
    2424<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 
    2525<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     26<input type="hidden" name="mode" value="search" /> 
    2627<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 
    2728</form> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/products/detail.tpl

    r21206 r21226  
    375375<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 
    376376<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     377<input type="hidden" name="mode" value="search" /> 
    377378<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 
    378379</form> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl

    r21212 r21226  
    132132<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 
    133133<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     134<input type="hidden" name="mode" value="search" /> 
    134135<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 
    135136</form> 
Note: See TracChangeset for help on using the changeset viewer.