From 767064c9fe94e28acb77a1123c2853281d13f2d1 Mon Sep 17 00:00:00 2001 From: rub Date: Mon, 22 Jan 2007 22:06:17 +0000 Subject: Issue 0000624: Enhanced Links Menu Add name and features options when new_window is true. (To display a popup for example) git-svn-id: http://piwigo.org/svn/trunk@1743 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/menubar.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'template/yoga') diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index 37dcd6995..85b77cefe 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -9,7 +9,10 @@
  • - onclick="window.open(this.href, ''); return false;" + onclick="window.open(this.href, + '{links.link.new_window.name}', + '{links.link.new_window.features}' + ); return false;" >{links.link.LABEL} -- cgit v1.2.3