Changeset 14995 for branches/rel


Ignore:
Timestamp:
2007/06/29 11:31:58 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/data/Smarty/templates/admin/customer/index.tpl

    r12157 r14995  
    164164                                    <!--{if $arrErr.start_year || $arrErr.end_year}--><span class="red12"><!--{$arrErr.start_year}--><!--{$arrErr.end_year}--></span><br><!--{/if}--> 
    165165                                    <select name="start_year" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->> 
    166                                         <option value="" selected="selected">------</option> 
     166                                        <option value="" selected="selected">----</option> 
    167167                                        <!--{html_options options=$arrYear selected=$arrForm.start_year}--> 
    168168                                    </select>ǯ 
    169169                                    <select name="start_month" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->> 
    170                                         <option value="" selected="selected">----</option> 
     170                                        <option value="" selected="selected">--</option> 
    171171                                        <!--{html_options options=$arrMonth selected=$arrForm.start_month}--> 
    172172                                    </select>·î 
    173173                                    <select name="start_day" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->> 
    174                                         <option value="" selected="selected">----</option> 
     174                                        <option value="" selected="selected">--</option> 
    175175                                        <!--{html_options options=$arrDay selected=$arrForm.start_day}--> 
    176176                                    </select>Æü¡Á 
    177177                                    <select name="end_year" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->> 
    178                                         <option value="" selected="selected">------</option> 
     178                                        <option value="" selected="selected">----</option> 
    179179                                        <!--{html_options options=$arrYear selected=$arrForm.end_year}--> 
    180180                                    </select>ǯ 
    181181                                    <select name="end_month" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->> 
    182                                         <option value="" selected="selected">----</option> 
     182                                        <option value="" selected="selected">--</option> 
    183183                                        <!--{html_options options=$arrMonth selected=$arrForm.end_month}--> 
    184184                                    </select>·î 
    185185                                    <select name="end_day" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->> 
    186                                         <option value="" selected="selected">----</option> 
     186                                        <option value="" selected="selected">--</option> 
    187187                                        <!--{html_options options=$arrDay selected=$arrForm.end_day}--> 
    188188                                    </select>Æü 
     
    195195                                    <!--{if $arrErr.buy_start_year || $arrErr.buy_end_year}--><span class="red12"><!--{$arrErr.buy_start_year}--><!--{$arrErr.buy_end_year}--></span><br><!--{/if}--> 
    196196                                    <select name="buy_start_year" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->"> 
    197                                         <option value="" selected="selected">------</option> 
     197                                        <option value="" selected="selected">----</option> 
    198198                                        <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR)  selected=$arrForm.buy_start_year}--> 
    199199                                    </select>ǯ 
    200200                                    <select name="buy_start_month" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->"> 
    201                                         <option value="" selected="selected">----</option> 
     201                                        <option value="" selected="selected">--</option> 
    202202                                        <!--{html_options options=$arrMonth selected=$arrForm.buy_start_month}--> 
    203203                                    </select>·î 
    204204                                    <select name="buy_start_day" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->"> 
    205                                         <option value="" selected="selected">----</option> 
     205                                        <option value="" selected="selected">--</option> 
    206206                                        <!--{html_options options=$arrDay selected=$arrForm.buy_start_day}--> 
    207207                                    </select>Æü¡Á 
    208208                                    <select name="buy_end_year" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->"> 
    209                                         <option value="" selected="selected">------</option> 
     209                                        <option value="" selected="selected">----</option> 
    210210                                        <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR)  selected=$arrForm.buy_end_year}--> 
    211211                                    </select>ǯ 
    212212                                    <select name="buy_end_month" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->"> 
    213                                         <option value="" selected="selected">----</option> 
     213                                        <option value="" selected="selected">--</option> 
    214214                                        <!--{html_options options=$arrMonth selected=$arrForm.buy_end_month}--> 
    215215                                    </select>·î 
    216216                                    <select name="buy_end_day" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->"> 
    217                                         <option value="" selected="selected">----</option> 
     217                                        <option value="" selected="selected">--</option> 
    218218                                        <!--{html_options options=$arrDay selected=$arrForm.buy_end_day}--> 
    219219                                    </select>Æü 
Note: See TracChangeset for help on using the changeset viewer.