From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/bug/dependency-graph.html.tmpl | 34 ++++++++++++---------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'template/en/default/bug/dependency-graph.html.tmpl') diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 2d505a371..a0b3fd80c 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -24,21 +24,23 @@ # multiple_bugs: boolean. True if bug_id contains > 1 bug number. # doall: boolean. True if we are displaying every bug in the database. # showsummary: boolean. True if we are showing bug summaries. - # rankdir: string. "TB" if we are ranking top-to-bottom, + # rankdir: string. "TB" if we are ranking top-to-bottom, "LR" if left-to-right. # image_url: string. The URL of the graphic showing the dependencies. # map_url: string. The URL of the map file for the image. (Optional) - # image_map: string. The image map for the graphic showing the + # image_map: string. The image map for the graphic showing the dependencies. (Optional) #%] +[% PROCESS global/variables.none.tmpl %] + [% title = "Dependency Graph" h1 = title %] - + [% IF NOT multiple_bugs AND NOT doall %] - [% title = "$title for bug $bug_id" - h1 = "$h1 for bug $bug_id" + [% title = "$title for $terms.bug $bug_id" + h1 = "$h1 for $terms.bug $bug_id" %] [% END %] @@ -47,14 +49,14 @@ [% image_map %]

- Green circles represent open bugs. + Green circles represent open [% terms.bugs %].

[% IF image_map %] - Dependency graph + Dependency graph [% ELSE %] - Dependency graph + Dependency graph [% END %] @@ -64,27 +66,27 @@ - + - + - +
- Bug numbers: + [% terms.Bug %] numbers:
- - Show every bug in the system with dependencies + Show every [% terms.bug %] in the system with dependencies
- - Show the summaries of all displayed bugs + Show the summaries of all displayed [% terms.bugs %]