Ignore:
Timestamp:
2013/08/15 08:54:40 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
eccubeオブジェクト内の階層を減らす.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/mypage/error.tpl

    r23062 r23066  
    3030 
    3131<div class="button"> 
    32     <a href="javascript:window.close()" onmouseOver="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close_on.gif','close');" onmouseout="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close.gif','close');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_close.gif" alt="閉じる" name="close" id="close" /></a> 
     32    <a href="javascript:window.close()" onmouseOver="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close_on.gif','close');" onmouseout="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close.gif','close');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_close.gif" alt="閉じる" name="close" id="close" /></a> 
    3333</div> 
    3434 
Note: See TracChangeset for help on using the changeset viewer.