Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

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

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
Location:
branches/version-2_13-dev/data/Smarty/templates/admin
Files:
9 edited

Legend:

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

    r22582 r22856  
    2727<!-- 
    2828function lfnCheckSubmit( fm ){ 
    29  
    3029    var err = ''; 
    3130    /* 
     
    7372        } 
    7473    } 
    75      
     74 
    7675    if ( flag ){ 
    7776        document.form1["mode"].value = mode; 
  • branches/version-2_13-dev/data/Smarty/templates/admin/contents/recommend_search.tpl

    r22572 r22856  
    118118            <td class="center"><a href="" onclick="return func_submit(<!--{$arr.product_id}-->)">決定</a></td> 
    119119        </tr> 
    120         <!--▲商品<!--{$smarty.foreach.loop.iteration}-->-->     
     120        <!--▲商品<!--{$smarty.foreach.loop.iteration}-->--> 
    121121        <!--{/foreach}--> 
    122122        <!--{if !$tpl_linemax>0}--> 
     
    125125        </tr> 
    126126        <!--{/if}--> 
    127          
     127 
    128128    </table> 
    129129    <!--{/if}--> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/edit.tpl

    r22776 r22856  
    3737 
    3838        // お届け先名のinputタグのnameを取得 
    39         var shipping_data = $('input[name^=shipping_name01]').attr('name');  
     39        var shipping_data = $('input[name^=shipping_name01]').attr('name'); 
    4040        var shipping_slt  = shipping_data.split("shipping_name01"); 
    4141 
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/index.tpl

    r22572 r22856  
    2626<!-- 
    2727    function fnSelectCheckSubmit(action){ 
    28  
    2928        var fm = document.form1; 
    3029 
     
    7574        fm.action = tmpAction; 
    7675    } 
    77      
    78      
     76 
     77 
    7978    function fnSelectMailCheckSubmit(action){ 
    80  
    8179        var fm = document.form1; 
    8280 
     
    104102            return false; 
    105103        } 
    106          
     104 
    107105        fm.mode.value="mail_select"; 
    108106        fm.action=action; 
    109107        fm.submit(); 
    110108    } 
    111  
    112109 
    113110//--> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/mail.tpl

    r22206 r22856  
    3838<div id="order" class="contents-main"> 
    3939    <h2>メール配信</h2> 
    40      
     40 
    4141    <!--{if $order_id_count == 1}--> 
    4242    <table class="list"> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/mail_confirm.tpl

    r22206 r22856  
    4141<div id="order" class="contents-main"> 
    4242    <h2>メール配信</h2> 
    43      
    44      
     43 
     44 
    4545    <!--{if $order_id_count > 1}--> 
    4646    <span class="red">※本文は1通分の例です。受注情報は各メールごとに異なります</span><br /><br /> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/multiple.tpl

    r22206 r22856  
    2929self.moveTo(20,20);self.focus(); 
    3030$(function() { 
    31  
    3231    var product_class_id = window.opener.jQuery('input[id^=product_class_id]'); 
    3332    var product_code = window.opener.jQuery('input[id^=product_code]'); 
     
    5554    var index = 0; 
    5655    for (var i = 0; i < product_class_id.length; i++) { 
    57  
    5856        for (var j = 0; j < $(quantity[i]).val(); j++) { 
    59  
    6057            // 表示商品名 
    6158            var dispname = ''; 
  • branches/version-2_13-dev/data/Smarty/templates/admin/ownersstore/plugin.tpl

    r22572 r22856  
    2525<script type="text/javascript">//<![CDATA[ 
    2626    $(function() { 
    27  
    2827        /** 
    2928         * 「有効/有効にする」チェックボタン押下時 
     
    105104        } 
    106105    } 
    107  
    108106 
    109107    /** 
  • branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class.tpl

    r22736 r22856  
    277277                        <span class="attention"><!--{$arrErr[$key][$index]}--></span> 
    278278                    <!--{/if}--> 
    279                     <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" />                 
     279                    <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" /> 
    280280                </td> 
    281281                <td class="class-product-type"> 
Note: See TracChangeset for help on using the changeset viewer.