Ignore:
Timestamp:
2013/09/10 17:35:24 (11 years ago)
Author:
m_uehara
Message:

#2324 会社名項目を追加。
#2378 モバイルの会員登録・編集確認画面に国・ZIPCODE項目を追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/mobile/entry/index.tpl

    r23205 r23207  
    4646        <input type="text" name="kana02" value="<!--{$arrForm.kana02.value|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br> 
    4747 
     48        ●会社名<br> 
     49        <font color="#FF0000"><!--{$arrErr.company_name}--></font> 
     50        <input type="text" name="company_name" value="<!--{$arrForm.company_name.value|h}-->" istyle="1"><br> 
     51 
    4852        ●性別<font color="#FF0000"> *</font><br> 
    4953        <!--{assign var=key1 value="sex"}--> 
     
    7377        ●国<font color="#FF0000">※</font><br> 
    7478        <font color="#FF0000"><!--{$arrErr.country_id}--></font> 
    75         <select name="job"> 
     79        <select name="country_id"> 
    7680            <option value="">選択してください</option> 
    7781            <!--{html_options options=$arrCountry selected=$arrForm.country_id.value|h|default:$smarty.const.DEFAULT_COUNTRY_ID}--> 
Note: See TracChangeset for help on using the changeset viewer.