Module: nagvis Branch: master Commit: 5f7a40ec692afe484076629a4fb290dba4074636 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/nagvis;a=commit;h=5f7a40ec692afe484076629a4fb290dba4074636
Author: Lars Michelsen <[email protected]> Date: Fri Sep 25 23:44:01 2009 +0200 Added search language string macro --- .../nagvis-js/classes/GlobalHeaderMenu.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php b/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php index 30ba38e..fe693a5 100644 --- a/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php +++ b/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php @@ -186,6 +186,7 @@ class GlobalHeaderMenu { '[lang_online_doc]', '[lang_forum]', '[lang_support_info]', + '[lang_search]', '[lang_overview]', '[lang_instance]', '[lang_logout]', @@ -205,6 +206,7 @@ class GlobalHeaderMenu { $this->CORE->LANG->getText('onlineDoc'), $this->CORE->LANG->getText('forum'), $this->CORE->LANG->getText('supportInfo'), + $this->CORE->LANG->getText('search'), $this->CORE->LANG->getText('overview'), $this->CORE->LANG->getText('instance'), $this->CORE->LANG->getText('logout'), ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
