Changeset 10680


Ignore:
Timestamp:
2006/12/14 22:17:25 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r10679 r10680  
    1414    if (document.form1.cart_flg.checked){ 
    1515        document.form1.deliv_free_flg.disable = false; 
    16 alert(document.form1.deliv_free_flg.disable); 
     16    } else { 
     17        document.form1.deliv_free_flg.disable = true;     
    1718    } 
    1819} 
     
    126127                                    <tr class="fs12n"> 
    127128                                        <td bgcolor="#f2f1ec" width="110">Á÷ÎÁ̵ÎÁÀßÄê</td> 
    128                                         <td bgcolor="#ffffff" width="568"><input type="checkbox" name="deliv_free_flg" value="2" <!--{if $link_method eq 2}--> checked <!--{/if}--> disabled>Á÷ÎÁ̵ÎÁ</td> 
     129                                        <td bgcolor="#ffffff" width="568"><input type="checkbox" name="deliv_free_flg" value="2" <!--{if $link_method eq 2}--> checked <!--{/if}--> >Á÷ÎÁ̵ÎÁ</td> 
    129130                                    </tr> 
    130131                                    </tfoot> 
Note: See TracChangeset for help on using the changeset viewer.