Ignore:
Timestamp:
2011/08/03 16:14:40 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル修正対応

File:
1 edited

Legend:

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

    r21094 r21107  
    284284</form> 
    285285</section> 
     286<!--▼検索バー --> 
     287<section id="search_area"> 
     288<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 
     289<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     290<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 
     291</form> 
     292</section> 
     293<!--▲検索バー --> 
    286294<!--▲コンテンツここまで --> 
    287295  
    288296<!--{* テキストエリアのリサイズ *}--> 
    289297<script type="text/javascript"> 
    290   $('#etc').autoResize({limit: 9000}); 
     298  $('#etc').autoResize({extraSpace:40,limit: 9000}); 
    291299  $('#etc').keydown(); 
    292300</script> 
Note: See TracChangeset for help on using the changeset viewer.