- Timestamp:
- 2006/12/15 22:46:20 (20 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/contents/campaign.tpl (modified) (2 diffs)
-
html/admin/contents/campaign.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl
r10715 r10716 93 93 <select name="start_minute" <!--{if $arrErr.start_minute}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 94 94 <option value="" selected>--</option> 95 <!--{html_options options=$arrMinute selected=$arrForm.start_minute}-->95 <!--{html_options options=$arrMinutes selected=$arrForm.start_minute}--> 96 96 </select>ʬ<br/><br/><br/> 97 97 <span class="red"><!--{$arrErr.end_year}--><!--{$arrErr.end_month}--><!--{$arrErr.end_day}--></span> … … 115 115 <select name="end_minute" <!--{if $arrErr.end_minute}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 116 116 <option value="" selected>--</option> 117 <!--{html_options options=$arrMinute selected=$arrForm.end_minute}-->117 <!--{html_options options=$arrMinutes selected=$arrForm.end_minute}--> 118 118 </select>ʬ<br/><br/><br/> 119 119 </td> -
temp/branches/ec-cube-beta/html/admin/contents/campaign.php
r10713 r10716 49 49 50 50 $objDate = new SC_Date(); 51 // ÅÐÏ¿¡¦¹¹¿·Æü¸¡º÷ÍÑ51 // ¥¥ã¥ó¥Ú¡¼¥ó´ü´ÖÍÑ 52 52 $objPage->arrYear = $objDate->getYear(); 53 53 $objPage->arrMonth = $objDate->getMonth(); 54 54 $objPage->arrDay = $objDate->getDay(); 55 $objPage->arrHour = $objDate->getHour(); 56 $objPage->arrMinutes = $objDate->getMinutes(); 55 57 56 58 // ¥Õ¥©¡¼¥à¤ÎÃͤò¥Æ¥ó¥×¥ì¡¼¥È¤ØÅϤ¹
Note: See TracChangeset
for help on using the changeset viewer.
