Ignore:
Timestamp:
2011/02/14 01:31:44 (15 years ago)
Author:
AMUAMU
Message:

#965 (リファクタリング [管理画面]顧客管理) LC_Page_Admin_Customer.php 修正
#850 (顧客CSV 列追加時にロジックの変更を不要に) の対応
#657 (CSVダウンロードの改善) に関するリファクタリング
#812 (管理画面でトランザクションIDを使用する)に対応

SC_Helper_mail::sfSendRegistMail() の追加(登録/仮登録メール送信)
SC_Helper_Customer::sfGetCustomerDataFromId() の追加(ただし他のリファクタリングと被ったので後日再リファクタリング必要)

File:
1 edited

Legend:

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

    r20116 r20160  
    7575<form name="search_form" id="search_form" method="post" action="?"> 
    7676<input type="hidden" name="mode" value="search" /> 
     77<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    7778  <h2>検索条件設定</h2> 
    7879 
     
    283284<input type="hidden" name="search_pageno" value="<!--{$smarty.post.search_pageno|h}-->" /> 
    284285<input type="hidden" name="csv_mode" value="" /> 
     286<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    285287 
    286288  <h2>検索結果一覧</h2> 
     
    288290    <span class="attention"><!--検索結果数--><!--{$tpl_linemax}-->件</span>&nbsp;が該当しました。 
    289291    <!--検索結果--> 
    290     <!--{if $smarty.const.ADMIN_MODE == '1'}--> 
    291     <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('delete_all','',''); return false;">検索結果をすべて削除</a> 
    292     <!--{/if}--> 
    293292    <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;">CSV ダウンロード</a> 
    294293    <a class="btn-normal" href="javascript:;" onclick="location.href='../contents/csv.php?tpl_subno_csv=customer'">CSV 出力項目設定</a> 
     
    296295  <!--{include file=$tpl_pager}--> 
    297296 
    298   <!--{if count($search_data) > 0}--> 
     297  <!--{if count($arrData) > 0}--> 
    299298 
    300299  <!--検索結果表示テーブル--> 
     
    320319      <th>メールアドレス</th> 
    321320    </tr> 
    322     <!--{foreach from=$search_data item=row}--> 
     321    <!--{foreach from=$arrData item=row}--> 
    323322      <tr> 
    324323        <td class="center" rowspan="2"><!--{if $row.status eq 1}-->仮<!--{else}-->本<!--{/if}--></td> 
Note: See TracChangeset for help on using the changeset viewer.