Changeset 18417 for branches/version-2_4


Ignore:
Timestamp:
2009/12/03 19:13:27 (14 years ago)
Author:
kajiwara
Message:

#542 管理画面>受注編集>商品追加画面にてIE7環境javascriptエラーが発生していた部分を修正いたしました

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/Smarty/templates/default/admin/order/product_select.tpl

    r17951 r18417  
    222222                <dt><!--{$tpl_class_name1[$id]|escape}-->:</dt> 
    223223                <dd> 
    224                     <select name="<!--{$class1}-->" id="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="lnSetSelect('<!--{$class1}-->', '<!--{$class2}-->', '<!--{$id}-->','');"> 
     224                    <select name="<!--{$class1}-->" id="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" <!--{if $tpl_classcat_find2[$id]}--> onchange="lnSetSelect('<!--{$class1}-->', '<!--{$class2}-->', '<!--{$id}-->','');"<!--{/if}-->> 
    225225                    <option value="">選択してください</option> 
    226226                    <!--{html_options options=$arrClassCat1[$id] selected=$arrForm[$class1]}--> 
Note: See TracChangeset for help on using the changeset viewer.