Changeset 10742 for temp/branches
- Timestamp:
- 2006/12/16 18:00:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl
r10741 r10742 80 80 <!--{html_options options=$arrYear selected=$arrForm.start_year}--> 81 81 </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}-->> 83 83 <option value="" selected>--</option> 84 84 <!--{html_options options=$arrMonth selected=$arrForm.start_month}--> 85 85 </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}-->> 87 87 <option value="" selected>--</option> 88 88 <!--{html_options options=$arrDay selected=$arrForm.start_day}--> 89 89 </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}-->> 91 91 <option value="" selected>--</option> 92 92 <!--{html_options options=$arrHour selected=$arrForm.start_hour}--> 93 93 </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}-->> 95 95 <option value="" selected>--</option> 96 96 <!--{html_options options=$arrMinutes selected=$arrForm.start_minute}--> … … 102 102 <!--{html_options options=$arrYear selected=$arrForm.end_year}--> 103 103 </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}-->> 105 105 <option value="" selected>--</option> 106 106 <!--{html_options options=$arrMonth selected=$arrForm.end_month}--> 107 107 </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}-->> 109 109 <option value="" selected>--</option> 110 110 <!--{html_options options=$arrDay selected=$arrForm.end_day}--> 111 111 </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}-->> 113 113 <option value="" selected>--</option> 114 114 <!--{html_options options=$arrHour selected=$arrForm.end_hour}--> 115 115 </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}-->> 117 117 <option value="" selected>--</option> 118 118 <!--{html_options options=$arrMinutes selected=$arrForm.end_minute}-->
Note: See TracChangeset
for help on using the changeset viewer.
