From 1ea1d48d86403d1d7a5113f5c303988c8f4ed74d Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Thu, 12 Apr 2012 21:18:15 -0300 Subject: Bug 741627: Add ability to toggle search description in bug lists like 'Show Advanced Fields' does in enter bug. r/a=LpSolit --- template/en/default/list/list.html.tmpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 6c600c6fa..1dfdf51c2 100644 --- a/template/en/default/list/list.html.tmpl +++ b/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 %] + +