Changeset 20479


Ignore:
Timestamp:
2011/03/04 15:48:18 (13 years ago)
Author:
shutta
Message:

$arrForm(objFormParam)参照時の.valueの付け忘れを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/index.tpl

    r20407 r20479  
    104104        <select name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
    105105        <option value="">選択してください</option> 
    106         <!--{html_options options=$arrCatList selected=$arrForm[$key]}--> 
     106        <!--{html_options options=$arrCatList selected=$arrForm[$key].value}--> 
    107107        </select> 
    108108      </td> 
     
    163163    <!--{/if}--> 
    164164    <select name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
    165     <!--{html_options options=$arrPageMax selected=$arrForm.search_page_max}--> 
     165    <!--{html_options options=$arrPageMax selected=$arrForm.search_page_max.value}--> 
    166166    </select> 件</p> 
    167167 
Note: See TracChangeset for help on using the changeset viewer.