Changeset 10673 for temp/branches
- Timestamp:
- 2006/12/14 22:03:05 (19 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/contents/campaign.tpl (modified) (2 diffs)
-
html/admin/contents/campaign.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl
r10672 r10673 6 6 */ 7 7 *}--> 8 9 <script type="text/javascript"> 10 <!-- 11 // ¥«¡¼¥È¤Ë¾¦ÉʤòÆþ¤ì¤ë¤Ë¥Á¥§¥Ã¥¯¤¬Æþ¤Ã¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯ 12 function fnIsCartOn(){ 13 if (document.form1.cart_flg.checked == true){ 14 document.form1.deliv_free_flg; 15 } 16 } 17 18 //--> 19 </script> 8 20 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 9 21 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 108 120 <tr class="fs12n"> 109 121 <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> 111 123 </tr> 112 124 <tr class="fs12n"> 113 125 <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> 115 127 </tr> 116 128 </tfoot> -
temp/branches/ec-cube-beta/html/admin/contents/campaign.php
r10656 r10673 20 20 $this->tpl_mainno = 'contents'; 21 21 $this->tpl_subtitle = '¥¥ã¥ó¥Ú¡¼¥ó´ÉÍý'; 22 // ¥«¡¼¥È¤Ë¾¦Éʤ¬Æþ¤Ã¤Æ¤¤¤ë¤Ë¥Á¥§¥Ã¥¯¤¬Æþ¤Ã¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯ 23 $this->onload = "fnIsCartOn();"; 22 24 } 23 25 } … … 42 44 43 45 44 //--------------------------------------------------------------------------------------------- 46 //--------------------------------------------------------------------------------------------------------------------------------------------------------- 45 47 46 48 ?>
Note: See TracChangeset
for help on using the changeset viewer.
