Changeset 20269 for branches/version-2_5-dev/data
- Timestamp:
- 2011/02/20 21:02:15 (15 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates/admin
- Files:
-
- 7 edited
-
customer/index.tpl (modified) (1 diff)
-
mail/history.tpl (modified) (1 diff)
-
mail/index.tpl (modified) (1 diff)
-
order/index.tpl (modified) (1 diff)
-
products/index.tpl (modified) (1 diff)
-
products/review.tpl (modified) (1 diff)
-
products/trackback.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
r20253 r20269 130 130 <a class="btn-normal" href="javascript:;" onclick="location.href='../contents/csv.php?tpl_subno_csv=customer'">CSV 出力項目設定</a> 131 131 </div> 132 <!--{if count($arrData) > 0}--> 133 132 134 <!--{include file=$tpl_pager}--> 133 134 <!--{if count($arrData) > 0}-->135 135 136 136 <!--検索結果表示テーブル--> -
branches/version-2_5-dev/data/Smarty/templates/admin/mail/history.tpl
r20247 r20269 25 25 <input type="hidden" name="search_pageno" value="" /> 26 26 <input type="hidden" name="mode" value="" /> 27 <!--{if count($arrDataList) > 0}--> 27 28 <!--{include file=$tpl_pager}--> 28 <!--{if count($arrDataList) > 0}-->29 29 <div id="mail" class="contents-main"> 30 30 <table class="list center"> -
branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl
r20253 r20269 72 72 <!--{/if}--> 73 73 </div> 74 <!--{if count($arrResults) > 0}--> 75 74 76 <!--{include file=$tpl_pager}--> 75 76 <!--{if count($arrResults) > 0}-->77 77 78 78 <!--検索結果表示テーブル--> -
branches/version-2_5-dev/data/Smarty/templates/admin/order/index.tpl
r20133 r20269 297 297 <a class="btn-normal" href="javascript:;" onclick="fnSelectCheckSubmit('pdf.php'); return false;"><span>PDF一括出力</span></a> 298 298 </div> 299 <!--{if count($arrResults) > 0}--> 300 299 301 <!--{include file=$tpl_pager}--> 300 301 <!--{if count($arrResults) > 0}-->302 302 303 303 <!--{* 検索結果表示テーブル *}--> -
branches/version-2_5-dev/data/Smarty/templates/admin/products/index.tpl
r20200 r20269 196 196 <a class="btn-tool" href="../contents/csv.php?tpl_subno_csv=product">CSV 出力項目設定</a> 197 197 </div> 198 <!--{if count($arrProducts) > 0}--> 199 198 200 <!--{include file=$tpl_pager}--> 199 201 200 <!--{if count($arrProducts) > 0}-->201 202 <!--検索結果表示テーブル--> 202 203 <table class="list" id="products-search-result"> -
branches/version-2_5-dev/data/Smarty/templates/admin/products/review.tpl
r20116 r20269 127 127 <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;"><span>CSV ダウンロード</span></a> 128 128 </div> 129 <!--{if $arrReview > 0 & $tpl_linemax > 0}--> 130 129 131 <!--{include file=$tpl_pager}--> 130 131 <!--{if $arrReview > 0 & $tpl_linemax > 0}--> 132 132 133 <!--検索結果表示テーブル--> 133 134 <table id="products-review-result" class="list"> -
branches/version-2_5-dev/data/Smarty/templates/admin/products/trackback.tpl
r20116 r20269 127 127 <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;" ><span>CSV ダウンロード</span></a> 128 128 </div> 129 <!--{if $arrTrackback > 0 & $tpl_linemax > 0}--> 130 129 131 <!--{include file=$tpl_pager}--> 130 131 <!--{if $arrTrackback > 0 & $tpl_linemax > 0}--> 132 132 133 <!--{* 検索結果表示テーブル *}--> 133 134 <table class="list" id="products-trackback-result">
Note: See TracChangeset
for help on using the changeset viewer.
