Ignore:
Timestamp:
2012/11/27 17:15:38 (11 years ago)
Author:
habu
Message:

#1905 typo修正・ソース整形・ソースコメントの改善

インデントにタブ文字が使われている箇所を、半角スペース4つで置換した。
(対象:テンプレートファイル)

File:
1 edited

Legend:

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

    r21867 r22112  
    2828 
    2929    <!--{if $arrErr.classcategory_id2 != ""}--> 
    30         <font color="#FF0000">※<!--{$tpl_class_name2}-->を入力して下さい。</font><br> 
     30        <font color="#FF0000">※<!--{$tpl_class_name2}-->を入力して下さい。</font><br> 
    3131    <!--{/if}--> 
    3232    <form method="post" action="?"> 
    3333        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->"> 
    34         <select name="classcategory_id2"> 
    35             <option value="">選択してください</option> 
    36             <!--{html_options options=$arrClassCat2 selected=$arrForm.classcategory_id2.value}--> 
    37         </select><br> 
    38         <input type="hidden" name="mode" value="selectItem"> 
    39         <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->"> 
    40         <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->"> 
    41         <center><input type="submit" name="submit" value="次へ"></center> 
     34        <select name="classcategory_id2"> 
     35            <option value="">選択してください</option> 
     36            <!--{html_options options=$arrClassCat2 selected=$arrForm.classcategory_id2.value}--> 
     37        </select><br> 
     38        <input type="hidden" name="mode" value="selectItem"> 
     39        <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->"> 
     40        <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->"> 
     41        <center><input type="submit" name="submit" value="次へ"></center> 
    4242    </form> 
    4343<!--{/strip}--> 
Note: See TracChangeset for help on using the changeset viewer.