Ignore:
Timestamp:
2012/01/21 01:12:03 (12 years ago)
Author:
Seasoft
Message:

#1289 (用語に揺らぎ「会員」)

File:
1 edited

Legend:

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

    r21345 r21419  
    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> 
Note: See TracChangeset for help on using the changeset viewer.