Changeset 10742 for temp/branches


Ignore:
Timestamp:
2006/12/16 18:00:01 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl

    r10741 r10742  
    8080                                                <!--{html_options options=$arrYear selected=$arrForm.start_year}--> 
    8181                                            </select>ǯ 
    82                                             <select name="start_month" <!--{if $arrErr.start_month}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     82                                            <select name="start_month" <!--{if $arrErr.start_month || $arrErr.start_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    8383                                                <option value="" selected>--</option> 
    8484                                                <!--{html_options options=$arrMonth selected=$arrForm.start_month}--> 
    8585                                            </select>·î 
    86                                             <select name="start_day" <!--{if $arrErr.start_day}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     86                                            <select name="start_day" <!--{if $arrErr.start_day || $arrErr.start_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    8787                                                <option value="" selected>--</option> 
    8888                                                <!--{html_options options=$arrDay selected=$arrForm.start_day}--> 
    8989                                            </select>Æü 
    90                                             <select name="start_hour" <!--{if $arrErr.start_hour}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     90                                            <select name="start_hour" <!--{if $arrErr.start_hour || $arrErr.start_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    9191                                                <option value="" selected>--</option> 
    9292                                                <!--{html_options options=$arrHour selected=$arrForm.start_hour}--> 
    9393                                            </select>»þ 
    94                                             <select name="start_minute" <!--{if $arrErr.start_minute}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     94                                            <select name="start_minute" <!--{if $arrErr.start_minute || $arrErr.start_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    9595                                                <option value="" selected>--</option> 
    9696                                                <!--{html_options options=$arrMinutes selected=$arrForm.start_minute}--> 
     
    102102                                                <!--{html_options options=$arrYear selected=$arrForm.end_year}--> 
    103103                                            </select>ǯ 
    104                                             <select name="end_month" <!--{if $arrErr.end_month}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     104                                            <select name="end_month" <!--{if $arrErr.end_month || $arrErr.end_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    105105                                                <option value="" selected>--</option> 
    106106                                                <!--{html_options options=$arrMonth selected=$arrForm.end_month}--> 
    107107                                            </select>·î 
    108                                             <select name="end_day" <!--{if $arrErr.end_day}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     108                                            <select name="end_day" <!--{if $arrErr.end_day || $arrErr.end_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    109109                                                <option value="" selected>--</option> 
    110110                                                <!--{html_options options=$arrDay selected=$arrForm.end_day}--> 
    111111                                            </select>Æü 
    112                                             <select name="end_hour" <!--{if $arrErr.end_hour}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     112                                            <select name="end_hour" <!--{if $arrErr.end_hour || $arrErr.end_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    113113                                                <option value="" selected>--</option> 
    114114                                                <!--{html_options options=$arrHour selected=$arrForm.end_hour}--> 
    115115                                            </select>»þ 
    116                                             <select name="end_minute" <!--{if $arrErr.end_minute}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     116                                            <select name="end_minute" <!--{if $arrErr.end_minute || $arrErr.end_year}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    117117                                                <option value="" selected>--</option> 
    118118                                                <!--{html_options options=$arrMinutes selected=$arrForm.end_minute}--> 
Note: See TracChangeset for help on using the changeset viewer.