From e9e57ab5c886e5dcb9e7872bfb13da4c38b34249 Mon Sep 17 00:00:00 2001 From: grum Date: Sun, 26 Oct 2008 19:10:18 +0000 Subject: menu item "quicksearch" will be displayed only if a $block->data is set (like other menu items) git-svn-id: http://piwigo.org/svn/trunk@2810 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/menubar_menu.tpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'template/yoga/menubar_menu.tpl') diff --git a/template/yoga/menubar_menu.tpl b/template/yoga/menubar_menu.tpl index c16fae690..16c02f618 100644 --- a/template/yoga/menubar_menu.tpl +++ b/template/yoga/menubar_menu.tpl @@ -1,11 +1,13 @@
{'title_menu'|@translate}
-
-

is for html validation only - does not affect positioning*}> - -

-
- + {if isset($block->data.qsearch) and $block->data.qsearch=="yes"} +
+

is for html validation only - does not affect positioning*}> + +

+
+ + {/if}