From 6c0edaa72ebaf62ad80b994c4a980bad59f63c41 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 8 Sep 2010 14:03:43 +0200 Subject: Bug 463134: Remove "Show every bug in the system with dependencies" in dependency graphs r/a=mkanat --- template/en/default/bug/dependency-graph.html.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 37dcde012..78fc4a8aa 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -21,7 +21,6 @@ [%# INTERFACE: # bug_id: integer. The number of the bug(s). # 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, "LR" if left-to-right. @@ -37,7 +36,7 @@ header = title %] -[% IF NOT multiple_bugs AND NOT doall %] +[% IF NOT multiple_bugs %] [% filtered_desc = short_desc FILTER html %] [% title = "$title for $terms.bug $bug_id" header = "$header for $terms.bug $bug_id" @@ -82,8 +81,6 @@ Restrict to [% terms.bugs %] having a direct relationship with entered [% terms.bugs %] - -- cgit v1.2.3-24-g4f1b