Changeset 10673 for temp/branches


Ignore:
Timestamp:
2006/12/14 22:03:05 (19 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

    r10672 r10673  
    66 */ 
    77*}--> 
     8 
     9<script type="text/javascript"> 
     10<!-- 
     11// ¥«¡¼¥È¤Ë¾¦ÉʤòÆþ¤ì¤ë¤Ë¥Á¥§¥Ã¥¯¤¬Æþ¤Ã¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯ 
     12function fnIsCartOn(){ 
     13    if (document.form1.cart_flg.checked == true){ 
     14        document.form1.deliv_free_flg; 
     15    } 
     16} 
     17 
     18//--> 
     19</script> 
    820<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
    921<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    108120                                    <tr class="fs12n"> 
    109121                                        <td bgcolor="#f2f1ec" width="110">¥«¡¼¥È¤Ë¾¦ÉʤòÆþ¤ì¤ë</td> 
    110                                         <td bgcolor="#ffffff" width="568"><input type="checkbox" name="link_method" value="2" <!--{if $link_method eq 2}--> checked <!--{/if}--> >¥«¡¼¥È¤Ë¾¦ÉʤòÆþ¤ì¤ë¤è¤¦¤Ë¤¹¤ë</td> 
     122                                        <td bgcolor="#ffffff" width="568"><input type="checkbox" name="cart_flg" value="2" <!--{if $link_method eq 2}--> checked <!--{/if}--> >¥«¡¼¥È¤Ë¾¦ÉʤòÆþ¤ì¤ë¤è¤¦¤Ë¤¹¤ë</td> 
    111123                                    </tr> 
    112124                                    <tr class="fs12n"> 
    113125                                        <td bgcolor="#f2f1ec" width="110">Á÷ÎÁ̵ÎÁÀßÄê</td> 
    114                                         <td bgcolor="#ffffff" width="568"><input type="checkbox" name="link_method" value="2" <!--{if $link_method eq 2}--> checked <!--{/if}--> disabled>Á÷ÎÁ̵ÎÁ</td> 
     126                                        <td bgcolor="#ffffff" width="568"><input type="checkbox" name="deliv_free_flg" value="2" <!--{if $link_method eq 2}--> checked <!--{/if}--> disabled>Á÷ÎÁ̵ÎÁ</td> 
    115127                                    </tr> 
    116128                                    </tfoot> 
  • temp/branches/ec-cube-beta/html/admin/contents/campaign.php

    r10656 r10673  
    2020        $this->tpl_mainno = 'contents'; 
    2121        $this->tpl_subtitle = '¥­¥ã¥ó¥Ú¡¼¥ó´ÉÍý'; 
     22        // ¥«¡¼¥È¤Ë¾¦Éʤ¬Æþ¤Ã¤Æ¤¤¤ë¤Ë¥Á¥§¥Ã¥¯¤¬Æþ¤Ã¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯ 
     23        $this->onload = "fnIsCartOn();"; 
    2224    } 
    2325} 
     
    4244 
    4345 
    44 //---------------------------------------------------------------------------------------------  
     46//--------------------------------------------------------------------------------------------------------------------------------------------------------- 
    4547 
    4648?> 
Note: See TracChangeset for help on using the changeset viewer.