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/products/product_rank.tpl

    r19983 r20049  
    147147          <input type="text" name="pos-<!--{$arrProductsList[cnt].product_id}-->" size="3" class="box3" />番目へ<a href="?" onclick="fnModeSubmit('move','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">移動</a><br /> 
    148148          <!--{/if}--> 
    149           <!--{if !($smarty.section.cnt.first && $tpl_disppage eq 1) }--> 
     149          <!--{if !($smarty.section.cnt.first && $tpl_disppage eq 1)}--> 
    150150          <a href="?" onclick="fnModeSubmit('up','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">上へ</a> 
    151151          <!--{/if}--> 
    152           <!--{if !($smarty.section.cnt.last && $tpl_disppage eq $tpl_pagemax) }--> 
     152          <!--{if !($smarty.section.cnt.last && $tpl_disppage eq $tpl_pagemax)}--> 
    153153          <a href="?" onclick="fnModeSubmit('down','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">下へ</a> 
    154154          <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.