Ignore:
Timestamp:
2011/02/20 21:02:15 (15 years ago)
Author:
shutta
Message:

結果が0件の時は、ページャー部分も表示しないように修正。

Location:
branches/version-2_5-dev/data/Smarty/templates/admin
Files:
7 edited

Legend:

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

    r20253 r20269  
    130130    <a class="btn-normal" href="javascript:;" onclick="location.href='../contents/csv.php?tpl_subno_csv=customer'">CSV 出力項目設定</a> 
    131131  </div> 
     132  <!--{if count($arrData) > 0}--> 
     133 
    132134  <!--{include file=$tpl_pager}--> 
    133  
    134   <!--{if count($arrData) > 0}--> 
    135135 
    136136  <!--検索結果表示テーブル--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/mail/history.tpl

    r20247 r20269  
    2525<input type="hidden" name="search_pageno" value="" /> 
    2626<input type="hidden" name="mode" value="" /> 
     27  <!--{if count($arrDataList) > 0}--> 
    2728  <!--{include file=$tpl_pager}--> 
    28   <!--{if count($arrDataList) > 0}--> 
    2929  <div id="mail" class="contents-main"> 
    3030    <table class="list center"> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl

    r20253 r20269  
    7272        <!--{/if}--> 
    7373    </div> 
     74    <!--{if count($arrResults) > 0}--> 
     75 
    7476    <!--{include file=$tpl_pager}--> 
    75  
    76     <!--{if count($arrResults) > 0}--> 
    7777 
    7878    <!--検索結果表示テーブル--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/order/index.tpl

    r20133 r20269  
    297297        <a class="btn-normal" href="javascript:;" onclick="fnSelectCheckSubmit('pdf.php'); return false;"><span>PDF一括出力</span></a> 
    298298    </div> 
     299    <!--{if count($arrResults) > 0}--> 
     300 
    299301    <!--{include file=$tpl_pager}--> 
    300  
    301     <!--{if count($arrResults) > 0}--> 
    302302 
    303303    <!--{* 検索結果表示テーブル *}--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/index.tpl

    r20200 r20269  
    196196    <a class="btn-tool" href="../contents/csv.php?tpl_subno_csv=product">CSV 出力項目設定</a> 
    197197  </div> 
     198  <!--{if count($arrProducts) > 0}--> 
     199 
    198200  <!--{include file=$tpl_pager}--> 
    199201 
    200   <!--{if count($arrProducts) > 0}--> 
    201202  <!--検索結果表示テーブル--> 
    202203  <table class="list" id="products-search-result"> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/review.tpl

    r20116 r20269  
    127127    <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;"><span>CSV ダウンロード</span></a> 
    128128  </div> 
     129  <!--{if $arrReview > 0 & $tpl_linemax > 0}--> 
     130 
    129131  <!--{include file=$tpl_pager}--> 
    130    
    131   <!--{if $arrReview > 0 & $tpl_linemax > 0}--> 
     132 
    132133  <!--検索結果表示テーブル--> 
    133134  <table id="products-review-result" class="list"> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/trackback.tpl

    r20116 r20269  
    127127    <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;" ><span>CSV ダウンロード</span></a> 
    128128  </div> 
     129  <!--{if $arrTrackback > 0 & $tpl_linemax > 0}--> 
     130 
    129131  <!--{include file=$tpl_pager}--> 
    130    
    131   <!--{if $arrTrackback > 0 & $tpl_linemax > 0}--> 
     132 
    132133  <!--{* 検索結果表示テーブル *}--> 
    133134  <table class="list" id="products-trackback-result"> 
Note: See TracChangeset for help on using the changeset viewer.