Changeset 10716 for temp


Ignore:
Timestamp:
2006/12/15 22:46:20 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/branches/ec-cube-beta
Files:
2 edited

Legend:

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

    r10715 r10716  
    9393                                            <select name="start_minute" <!--{if $arrErr.start_minute}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    9494                                                <option value="" selected>--</option> 
    95                                                 <!--{html_options options=$arrMinute selected=$arrForm.start_minute}--> 
     95                                                <!--{html_options options=$arrMinutes selected=$arrForm.start_minute}--> 
    9696                                            </select>ʬ<br/><br/><br/> 
    9797                                            <span class="red"><!--{$arrErr.end_year}--><!--{$arrErr.end_month}--><!--{$arrErr.end_day}--></span>     
     
    115115                                            <select name="end_minute" <!--{if $arrErr.end_minute}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    116116                                                <option value="" selected>--</option> 
    117                                                 <!--{html_options options=$arrMinute selected=$arrForm.end_minute}--> 
     117                                                <!--{html_options options=$arrMinutes selected=$arrForm.end_minute}--> 
    118118                                            </select>ʬ<br/><br/><br/> 
    119119                                        </td> 
  • temp/branches/ec-cube-beta/html/admin/contents/campaign.php

    r10713 r10716  
    4949 
    5050$objDate = new SC_Date(); 
    51 // ÅÐÏ¿¡¦¹¹¿·Æü¸¡º÷ÍÑ 
     51// ¥­¥ã¥ó¥Ú¡¼¥ó´ü´ÖÍÑ 
    5252$objPage->arrYear = $objDate->getYear(); 
    5353$objPage->arrMonth = $objDate->getMonth(); 
    5454$objPage->arrDay = $objDate->getDay(); 
     55$objPage->arrHour = $objDate->getHour(); 
     56$objPage->arrMinutes = $objDate->getMinutes(); 
    5557 
    5658// ¥Õ¥©¡¼¥à¤ÎÃͤò¥Æ¥ó¥×¥ì¡¼¥È¤ØÅϤ¹ 
Note: See TracChangeset for help on using the changeset viewer.