From 2f3164f05ea4dbbb1200f63010121b873eccb5ff Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Fri, 13 Apr 2012 00:31:17 +0000 Subject: [PATCH] Bug 741627: Add ability to toggle search description in bug lists like 'Show Advanced Fields' does in enter bug. r/a=LpSolit git-svn-id: svn://10.0.0.236/trunk@263681 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/template/en/default/list/list.html.tmpl | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index f4250227bc5..3d365b7bcb6 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8188 \ No newline at end of file +8189 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/list/list.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/list/list.html.tmpl index 6c600c6fa86..1dfdf51c282 100644 --- a/mozilla/webtools/bugzilla/template/en/default/list/list.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/list/list.html.tmpl @@ -57,7 +57,7 @@ style = style atomlink = "buglist.cgi?$urlquerypart&title=$title&ctype=atom" yui = [ 'autocomplete', 'calendar' ] - javascript_urls = [ "js/util.js", "js/field.js" ] + javascript_urls = [ "js/util.js", "js/field.js", "js/TUI.js" ] style_urls = [ "skins/standard/buglist.css" ] doc_section = "query.html#list" %] @@ -99,6 +99,15 @@ 'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords', 'nowordssubstr', 'notmatches', ] %] +Hide Search Description +[%# Show the link if the browser supports JS %] + +