From 41533ca5ef44e4cfaa2f2ad635c43f2e753aac8a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Sat, 22 Jul 2006 20:41:44 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20326946:=20Hide=20resolved=20bugs=20by=20d?= =?UTF-8?q?efault=20when=20accessing=20showdependencytree.cgi=20from=20sho?= =?UTF-8?q?w=5Fbug.cgi=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dbkor=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@203441 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/bug/edit.html.tmpl | 2 +- .../template/en/default/global/site-navigation.html.tmpl | 2 +- .../template/en/default/global/user-error.html.tmpl | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl index 83bb5fb51cc..a2c13f2ea22 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl @@ -521,7 +521,7 @@ [% PROCESS dependencies dep = { title => "depends on", fieldname => "dependson" } %] - Show + Show dependency tree [% IF Param('webdotbase') %] diff --git a/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl index 9ea2203bf43..8714b5ec0bd 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/site-navigation.html.tmpl @@ -61,7 +61,7 @@ [%# *** Dependencies, Votes, Activity, Print-version *** %] [% IF bug %] + href="showdependencytree.cgi?id=[% bug.bug_id %]&hide_resolved=1"> [% IF Param('webdotbase') %] diff --git a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl index b8dbeb24fa8..1827da090c2 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl @@ -1244,7 +1244,8 @@ [% ELSE %] dependencies [% END %]. Show - Dependency Tree. + Dependency + Tree. [% ELSE %] There are [% dependency_count FILTER none %] open [% terms.bugs %] which have unresolved dependencies. @@ -1257,7 +1258,8 @@ [% ELSE %] dependencies. [% END %] - (Dependency Tree)
+ (Dependency + Tree)
[% END %] [% END %]