Ignore:
Timestamp:
2010/10/14 16:46:42 (16 years ago)
Author:
Seasoft
Message:

#626(表記の統一性の向上)

  • 括弧とスペースの使い方 (途中)
  • 名前の補助表記 (途中)
Location:
branches/version-2_5-dev/data/Smarty/templates/default/admin/customer
Files:
3 edited

Legend:

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

    r18700 r18853  
    9494            </tr> 
    9595            <tr> 
    96                 <th>フリガナ<span class="attention"> *</span></th> 
     96                <th>お名前(フリガナ)<span class="attention"> *</span></th> 
    9797                <td> 
    9898                    <span class="attention"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></span> 
  • branches/version-2_5-dev/data/Smarty/templates/default/admin/customer/edit_confirm.tpl

    r18700 r18853  
    6767            </tr> 
    6868            <tr> 
    69                 <th>フリガナ<span class="attention"> *</span></th> 
     69                <th>お名前(フリガナ)<span class="attention"> *</span></th> 
    7070                <td><!--{$arrForm.kana01|escape}--><!--{$arrForm.kana02|escape}--> 様</td> 
    7171            </tr> 
  • branches/version-2_5-dev/data/Smarty/templates/default/admin/customer/index.tpl

    r18700 r18853  
    8888    </tr> 
    8989    <tr> 
    90       <th>顧客名(カナ)</th> 
     90      <th>顧客名(カナ)</th> 
    9191      <td><!--{if $arrErr.kana}--><span class="attention"><!--{$arrErr.kana}--></span><br /><!--{/if}--><input type="text" name="kana" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.kana|escape}-->" size="30" class="box30" <!--{if $arrErr.kana}--><!--{sfSetErrorStyle}--><!--{/if}--> /></td> 
    9292    </tr> 
     
    309309      <th rowspan="2">種別</th> 
    310310      <th>顧客ID</th> 
    311       <th rowspan="2">顧客名/(カナ)</th> 
     311      <th rowspan="2">顧客名/(カナ)</th> 
    312312      <th rowspan="2">性別</th> 
    313313      <th>TEL</th> 
Note: See TracChangeset for help on using the changeset viewer.