Ignore:
Timestamp:
2013/02/20 19:57:25 (11 years ago)
Author:
pineray
Message:

#2155 pageクラスからdtb_holidayテーブルを直接指定している箇所をなくす

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/admin/basis/holiday.tpl

    r22571 r22575  
    3434            <td> 
    3535                <!--{if $arrErr.title}--><span class="attention"><!--{$arrErr.title}--></span><!--{/if}--> 
    36                 <input type="text" name="title" value="<!--{$arrForm.title|h}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="" size="60" class="box60"/> 
     36                <input type="text" name="title" value="<!--{$arrForm.title.value|h}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="" size="60" class="box60"/> 
    3737                <span class="attention"> (上限<!--{$smarty.const.SMTEXT_LEN}-->文字)</span> 
    3838            </td> 
     
    4848                <select name="month" style="<!--{$arrErr.month|sfGetErrorColor}-->"> 
    4949                    <option value="">--</option> 
    50                     <!--{html_options options=$arrMonth selected=$arrForm.month}--> 
     50                    <!--{html_options options=$arrMonth selected=$arrForm.month.value}--> 
    5151                </select>月 
    5252                <select name="day" style="<!--{$arrErr.day|sfGetErrorColor}-->"> 
    5353                    <option value="">--</option> 
    54                     <!--{html_options options=$arrDay selected=$arrForm.day}--> 
     54                    <!--{html_options options=$arrDay selected=$arrForm.day.value}--> 
    5555                </select>日 
    5656                <br /> 
Note: See TracChangeset for help on using the changeset viewer.