Ignore:
Timestamp:
2013/08/19 22:35:07 (11 years ago)
Author:
pineray
Message:

#2346 ウィンドウを開くJavaScript関数をまとめる

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/frontparts/bloc/login_header.tpl

    r23066 r23101  
    6868                            </li> 
    6969                            <li class="forgot"> 
    70                                 <a href="<!--{$smarty.const.HTTPS_URL}-->forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="eccube.win01('<!--{$smarty.const.HTTPS_URL}-->forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->','forget','600','400'); return false;" target="_blank">パスワードを忘れた方</a> 
     70                                <a href="<!--{$smarty.const.HTTPS_URL}-->forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="eccube.openWindow('<!--{$smarty.const.HTTPS_URL}-->forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->','forget','600','400',{scrollbars:'no',resizable:'no'}); return false;" target="_blank">パスワードを忘れた方</a> 
    7171                            </li> 
    7272                        </ul> 
Note: See TracChangeset for help on using the changeset viewer.