Ignore:
Timestamp:
2013/07/08 13:07:51 (11 years ago)
Author:
Seasoft
Message:

#2059 (HTML構文誤り for 2.13.0)

  • 閉じ漏れ

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • インデント
  • wordwrap の引数

#2140 (標準テンプレートのカスタマイズ性を高める)

  • インデント
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/multiple.tpl

    r22856 r22954  
    149149<!--▼検索フォーム--> 
    150150<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|h}-->"> 
    151 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    152 <input name="mode" type="hidden" value="search" /> 
    153 <input name="anchor_key" type="hidden" value="" /> 
    154 <input name="search_pageno" type="hidden" value="" /> 
    155 <input name="no" type="hidden" value="<!--{$tpl_no}-->" /> 
    156 <table summary="配送情報" class="list"> 
    157     <thead> 
    158         <tr> 
    159             <th>商品コード</th> 
    160             <th>商品名/規格1/規格2</th> 
    161             <th>数量</th> 
    162             <th>お届け先</th> 
    163         </tr> 
    164     </thead> 
    165     <tbody> 
    166     </tbody> 
    167 </table> 
    168 <div class="btn-area"> 
    169     <ul> 
    170         <li><a class="btn-action" href="javascript:;" onclick="func_submit(); return false;"><span class="btn-next">決定</span></a></li> 
    171     </ul> 
    172 </div> 
     151    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     152    <input name="mode" type="hidden" value="search" /> 
     153    <input name="anchor_key" type="hidden" value="" /> 
     154    <input name="search_pageno" type="hidden" value="" /> 
     155    <input name="no" type="hidden" value="<!--{$tpl_no}-->" /> 
     156    <table summary="配送情報" class="list"> 
     157        <thead> 
     158            <tr> 
     159                <th>商品コード</th> 
     160                <th>商品名/規格1/規格2</th> 
     161                <th>数量</th> 
     162                <th>お届け先</th> 
     163            </tr> 
     164        </thead> 
     165        <tbody> 
     166        </tbody> 
     167    </table> 
     168    <div class="btn-area"> 
     169        <ul> 
     170            <li><a class="btn-action" href="javascript:;" onclick="func_submit(); return false;"><span class="btn-next">決定</span></a></li> 
     171        </ul> 
     172    </div> 
    173173</form> 
    174174<!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.