Ignore:
Timestamp:
2007/03/12 11:57:26 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/mail/index.tpl

    r11742 r11771  
    133133                                    <span style="<!--{$arrErr.email|sfGetErrorColor}-->"> 
    134134                                    <input type="text" name="email" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$list_data.email|escape}-->" size="60" class="box60"  style="<!--{$arrErr.email|sfGetErrorColor}-->"/> 
     135                                    </span> 
     136                                </td> 
     137                            </tr> 
     138 
     139                            <tr class="fs12n"> 
     140                                <td bgcolor="#f2f1ec" width="110">·ÈÂӥ᡼¥ë¥¢¥É¥ì¥¹</td> 
     141                                <td bgcolor="#ffffff" colspan="3"> 
     142                                    <!--{if $arrErr.email_mobile}--><span class="red12"><!--{$arrErr.email_mobile}--></span><!--{/if}--> 
     143                                    <span style="<!--{$arrErr.email_mobile|sfGetErrorColor}-->"> 
     144                                    <input type="text" name="email_mobile" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$list_data.email_mobile|escape}-->" size="60" class="box60"  style="<!--{$arrErr.email_mobile|sfGetErrorColor}-->"/> 
    135145                                    </span> 
    136146                                </td> 
Note: See TracChangeset for help on using the changeset viewer.