From: gerv%gerv.net <>
Date: Mon, 29 Apr 2002 05:24:40 +0000 (+0000)
Subject: Bug 137623 - showdependencytree.cgi has minor grammatical and formatting issues....
X-Git-Tag: bugzilla-2.16rc1~51
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a7321c31f455886f2ba2592471f366fb3bc9f2;p=thirdparty%2Fbugzilla.git
Bug 137623 - showdependencytree.cgi has minor grammatical and formatting issues. Patch by gerv; r=bbaetz, justdave.
---
diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl
index bf8aa2d64a..23cb6f094b 100644
--- a/template/en/default/bug/dependency-tree.html.tmpl
+++ b/template/en/default/bug/dependency-tree.html.tmpl
@@ -23,27 +23,21 @@
[% PROCESS global/header.html.tmpl
title = "Dependency tree for Bug $bugid"
- h1 = "Dependency tree for bug $bugid"
+ h1 = "Dependency tree for bug $bugid"
style = "strike { background-color: #d9d9d9; color: #000000; }"
%]
[% PROCESS depthControlToolbar %]
[%# Display the tree of bugs that this bug depends on. %]
-
[% hide_resolved ? "Open b" : "B" %]ugs that bug [% bugid %] depends on
[% IF dependson_ids.size > 0 %]
- (view as bug list
+ (
+ [% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END %]
+ view as bug list
[% IF canedit && dependson_ids.size > 1 %]
| change several
[% END %])
- [% IF maxdepth || hide_resolved %]
-
- (Only [% "open" IF hide_resolved %] bugs
- [% " whose depth is less than $maxdepth" IF maxdepth %]
- will be shown)
-
- [% END %]
-
[% INCLUDE display_tree tree=dependson_tree bug_id=bugid %]
[% ELSE %]
@@ -51,20 +45,14 @@
[% END %]
[%# Display the tree of bugs that this bug blocks. %]
-
[% IF blocked_ids.size > 0 %]
- (view as bug list
+ (
+ [% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END %]
+ view as bug list
[% IF canedit && blocked_ids.size > 1 %]
| change several
[% END %])
- [% IF maxdepth || hide_resolved %]
-
- (Only [% "open" IF hide_resolved %] bugs
- [% " whose depth is less than $maxdepth" IF maxdepth %]
- will be shown)
-
- [% END %]
-
[% INCLUDE display_tree tree=blocked_tree bug_id=bugid %]
[% ELSE %]
@@ -90,7 +78,7 @@
[[% IF dep.milestone %][% dep.milestone FILTER html %], [% END %]
[% dep.assignee_email FILTER html %]] -
[% IF dep.seen %]
- <This bug appears elsewhere in this tree>
+ This bug appears elsewhere in this tree.
[% ELSE %]
[% dep.summary FILTER html %].
[% END %]
@@ -168,7 +156,7 @@
[%# Limit entry form: the button can not do anything when total depth
is less than two, so disable it %]
0 && maxdepth <= realdepth ? maxdepth : ""
%]">
@@ -201,7 +189,8 @@
[%# Unlimited button %]
-
+