Ignore:
Timestamp:
2011/01/30 17:21:46 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • Smarty タグの不要なスペースを削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/design/header.tpl

    r19965 r20049  
    3131  <h2>ヘッダー編集</h2> 
    3232  <!--{* プレビューここから *}--> 
    33   <!--{ if $header_prev == "on"}--> 
     33  <!--{if $header_prev == "on"}--> 
    3434  <dic id="design-header-preview"> 
    35     <!--{if $browser_type == 1 }--> 
     35    <!--{if $browser_type == 1}--> 
    3636      <div style="zoom:0.8"><!--{include file="`$smarty.const.USER_REALDIR`include/preview/header.tpl"}--></div> 
    37     <!--{ else }--> 
     37    <!--{else}--> 
    3838      <span class="attention"><strong>プレビューはIEでのみ表示されます。</strong></span> 
    39     <!--{ /if }--> 
     39    <!--{/if}--> 
    4040  </div> 
    41   <!--{ /if }--> 
     41  <!--{/if}--> 
    4242  <!--{* プレビューここまで *}--> 
    4343     
     
    6666  <!--{* ▼フッター編集ここから *}--> 
    6767  <h2>フッター編集</h2> 
    68   <!--{ if $footer_prev == "on"}--> 
     68  <!--{if $footer_prev == "on"}--> 
    6969  <div id="design-footer-preview"> 
    70     <!--{if $browser_type == 1 }--> 
     70    <!--{if $browser_type == 1}--> 
    7171      <div style="zoom:0.8"><!--{include file="`$smarty.const.USER_REALDIR`/include/preview/footer.tpl"}--></div> 
    72     <!--{ else }--> 
     72    <!--{else}--> 
    7373      <span class="attention"><strong>プレビューはIEでのみ表示されます。</strong></span> 
    74     <!--{ /if }--> 
     74    <!--{/if}--> 
    7575  </div> 
    76   <!--{ /if }--> 
     76  <!--{/if}--> 
    7777 
    7878  <form name="form_footer" id="form_footer" method="post" action="?" > 
Note: See TracChangeset for help on using the changeset viewer.