From 33a7321c31f455886f2ba2592471f366fb3bc9f2 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 29 Apr 2002 05:24:40 +0000 Subject: Bug 137623 - showdependencytree.cgi has minor grammatical and formatting issues. Patch by gerv; r=bbaetz, justdave. --- template/en/default/bug/dependency-tree.html.tmpl | 37 ++++++++--------------- 1 file changed, 13 insertions(+), 24 deletions(-) (limited to 'template/en/default/bug/dependency-tree.html.tmpl') diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index bf8aa2d64..23cb6f094 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. %] -

Bugs that bug [% bugid %] 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. %] -

Bugs that bug [% bugid %] blocks +

[% hide_resolved ? "Open b" : "B" %]ugs that bug [% bugid %] 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 %] - + -- cgit v1.2.3-24-g4f1b