From: jocuri%softhome.net <> Date: Wed, 4 Feb 2004 23:30:49 +0000 (+0000) Subject: Patch for bug 218401; add in some places templatization support for the bug term... X-Git-Tag: bugzilla-2.17.7~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390d5ed65fe1f643fdcbf778971b11e7f9e19f02;p=thirdparty%2Fbugzilla.git Patch for bug 218401; add in some places templatization support for the bug term in query.cgi; patch by Andreas Höfler ; r=gerv; a=justdave. --- diff --git a/template/en/default/search/tabs.html.tmpl b/template/en/default/search/tabs.html.tmpl index 417023c3be..ac3c72f2fd 100644 --- a/template/en/default/search/tabs.html.tmpl +++ b/template/en/default/search/tabs.html.tmpl @@ -27,7 +27,7 @@ #%] [% tabs = [ { name => '__DEFAULT__', description => "Advanced Search" }, - { name => 'specific', description => "Find a Specific Bug" } ] %] + { name => 'specific', description => "Find a Specific $terms.Bug " } ] %] [% current_tab = query_format || format || "__DEFAULT__" %]