Changeset 11995


Ignore:
Timestamp:
2007/03/28 20:24:46 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/products/product.tpl

    r11994 r11995  
    77*}--> 
    88<script type="text/javascript"> 
    9 <!-- 
    10 //--> 
     9// URL¤Îɽ¼¨Èóɽ¼¨ÀÚ¤êÂؤ¨ 
     10function lfDispSwitch(id){ 
     11    document.getElementById('sub_detail').style.display = ''; 
     12} 
    1113</script> 
    1214<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     
    253255                                    *}--> 
    254256                                    <tr> 
    255                                         <td bgcolor="#f2f1ec" colspan="2"><input type="button" name="btn" onclick="document.getElementById('sub_detail').style.display = ''" value="¥µ¥Ö¾ðÊóɽ¼¨"></td> 
     257                                        <td bgcolor="#f2f1ec" colspan="2"><input type="button" name="btn" onclick="lfDispSwitch('sub_detail');" value="¥µ¥Ö¾ðÊóɽ¼¨"></td> 
    256258                                    </tr> 
    257259                                </table> 
Note: See TracChangeset for help on using the changeset viewer.