Ignore:
Timestamp:
2011/08/03 21:28:10 (13 years ago)
Author:
kajiwara
Message:

#1289 管理画面側の表記を再度「顧客」に統一(会員・非会員等 一部は会員にしている部分あり)

Location:
branches/version-2_11-dev/data/Smarty/templates/admin
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/admin/adminparts/form_customer_search.tpl

    r20953 r21118  
    11<tr> 
    2     <th>会員ID</th> 
     2    <th>顧客ID</th> 
    33    <td> 
    44    <!--{assign var=key value="search_customer_id"}--> 
     
    129129        <span class="attention"><!--{$arrErr.buy_times_from}--><!--{$arrErr.buy_times_to}--></span><br /> 
    130130    <!--{/if}--> 
    131     <input type="text" name="<!--{$key1}-->" maxlength="<!--{$arrForm[$key].length}-->" value="<!--{$arrForm[$key1].value|h}-->" size="6" class="box6" <!--{if $arrErr[$key1] || $arrErr[$key2]}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 回 ~  
     131    <input type="text" name="<!--{$key1}-->" maxlength="<!--{$arrForm[$key].length}-->" value="<!--{$arrForm[$key1].value|h}-->" size="6" class="box6" <!--{if $arrErr[$key1] || $arrErr[$key2]}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 回 ~ 
    132132    <input type="text" name="<!--{$key2}-->" maxlength="<!--{$arrForm[$key].length}-->" value="<!--{$arrForm[$key2].value|h}-->" size="6" class="box6" <!--{if $arrErr[$key1] || $arrErr[$key2]}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 回</td> 
    133133</tr> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/customer/edit.tpl

    r20953 r21118  
    8181            <!--{if $arrForm.customer_id}--> 
    8282            <tr> 
    83                 <th>会員ID<span class="attention"> *</span></th> 
     83                <th>顧客ID<span class="attention"> *</span></th> 
    8484                <td><!--{$arrForm.customer_id|h}--></td> 
    8585            </tr> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/customer/edit_confirm.tpl

    r20953 r21118  
    6060        <table class="form"> 
    6161            <tr> 
    62                 <th>会員ID<span class="attention"> *</span></th> 
     62                <th>顧客ID<span class="attention"> *</span></th> 
    6363                <td><!--{$arrForm.customer_id|h}--></td> 
    6464            </tr> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/customer/index.tpl

    r20953 r21118  
    2626 
    2727    function fnDelete(customer_id) { 
    28         if (confirm('この会員情報を削除しても宜しいですか?')) { 
     28        if (confirm('この顧客情報を削除しても宜しいですか?')) { 
    2929            document.form1.mode.value = "delete" 
    3030            document.form1['edit_customer_id'].value = customer_id; 
     
    121121        <tr> 
    122122            <th rowspan="2">種別</th> 
    123             <th>会員ID</th> 
     123            <th>顧客ID</th> 
    124124            <th rowspan="2">お名前/(フリガナ)</th> 
    125125            <th rowspan="2">性別</th> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/customer/search_customer.tpl

    r20953 r21118  
    4949    <colgroup width="80%"> 
    5050    <tr> 
    51         <th class="colmun">会員ID</th> 
     51        <th class="colmun">顧客ID</th> 
    5252        <td width="287" colspan="2"> 
    5353            <!--{assign var=key value="search_customer_id"}--> 
     
    9090    <table class="list"> 
    9191        <tr> 
    92             <th>会員ID</th> 
     92            <th>顧客ID</th> 
    9393            <th>お名前(フリガナ)</th> 
    9494            <th>TEL</th> 
     
    9696        </tr> 
    9797        <!--{section name=cnt loop=$arrCustomer}--> 
    98         <!--▼会員<!--{$smarty.section.cnt.iteration}-->--> 
     98        <!--▼顧客<!--{$smarty.section.cnt.iteration}-->--> 
    9999        <tr> 
    100100            <td> 
     
    105105            <td align="center"><a href="" onClick="return func_submit(<!--{$arrCustomer[cnt].customer_id|h}-->)">決定</a></td> 
    106106        </tr> 
    107         <!--▲会員<!--{$smarty.section.cnt.iteration}-->--> 
     107        <!--▲顧客<!--{$smarty.section.cnt.iteration}-->--> 
    108108        <!--{sectionelse}--> 
    109109        <tr> 
    110             <td colspan="4">会員情報が存在しません。</td> 
     110            <td colspan="4">顧客情報が存在しません。</td> 
    111111        </tr> 
    112112        <!--{/section}--> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/customer/subnavi.tpl

    r20970 r21118  
    2323*}--> 
    2424<ul class="level1"> 
    25 <li<!--{if $tpl_subno == 'index'}--> class="on"<!--{/if}--> id="navi-customer-index"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>会員マスター</span></a></li> 
    26 <li<!--{if $tpl_subno == 'customer'}--> class="on"<!--{/if}--> id="navi-customer-customer"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/edit.php"><span>会員登録</span></a></li> 
     25<li<!--{if $tpl_subno == 'index'}--> class="on"<!--{/if}--> id="navi-customer-index"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>顧客マスター</span></a></li> 
     26<li<!--{if $tpl_subno == 'customer'}--> class="on"<!--{/if}--> id="navi-customer-customer"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/edit.php"><span>顧客登録</span></a></li> 
    2727</ul> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/home.tpl

    r20953 r21118  
    6868        <table summary="ショップの状況" class="shop-info"> 
    6969            <tr> 
    70                 <th>現在の会員数</td> 
     70                <th>現在の顧客数</td> 
    7171                <td><!--{$customer_cnt|default:"0"|number_format}-->名</td> 
    7272            </tr> 
     
    9292            </tr> 
    9393            <tr> 
    94                 <th>会員の保持ポイント合計</td> 
     94                <th>顧客の保持ポイント合計</td> 
    9595                <td><!--{$customer_point|default:"0"}-->pt</td> 
    9696            </tr> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/mail/index.tpl

    r20764 r21118  
    101101    <colgroup width="15%"> 
    102102        <tr> 
    103             <th>会員番号</th> 
     103            <th>顧客ID</th> 
    104104            <th>名前</th> 
    105105            <th>メールアドレス</th> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/main_frame.tpl

    r20953 r21118  
    9696        </li> 
    9797        <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->"> 
    98             <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>会員管理</span></a> 
     98            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>顧客管理</span></a> 
    9999            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`customer/subnavi.tpl"}--> 
    100100        </li> 
  • branches/version-2_11-dev/data/Smarty/templates/admin/order/edit.tpl

    r20996 r21118  
    137137    <h2>注文者情報 
    138138        <!--{if $tpl_mode == 'add'}--> 
    139             <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnOpenWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/search_customer.php','search','600','650'); return false;">会員検索</a> 
     139            <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnOpenWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/search_customer.php','search','600','650'); return false;">顧客検索</a> 
    140140        <!--{/if}--> 
    141141    </h2> 
    142142    <table class="form"> 
    143143        <tr> 
    144             <th>会員ID</th> 
     144            <th>顧客ID</th> 
    145145            <td> 
    146146                <!--{if $arrForm.customer_id.value > 0}--> 
Note: See TracChangeset for help on using the changeset viewer.