Changeset 1743 for trunk/template


Ignore:
Timestamp:
Jan 22, 2007, 11:06:17 PM (18 years ago)
Author:
rub
Message:

Issue 0000624: Enhanced Links Menu

Add name and features options when new_window is true.
(To display a popup for example)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar.tpl

    r1728 r1743  
    1010        <a href="{links.link.URL}"
    1111        <!-- BEGIN new_window -->
    12          onclick="window.open(this.href, ''); return false;"
     12         onclick="window.open(this.href,
     13                              '{links.link.new_window.name}',
     14                              '{links.link.new_window.features}'
     15                              ); return false;"
    1316        <!-- END new_window -->
    1417        >{links.link.LABEL}
Note: See TracChangeset for help on using the changeset viewer.