diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-09-08 14:03:43 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-09-08 14:03:43 +0200 |
commit | 6c0edaa72ebaf62ad80b994c4a980bad59f63c41 (patch) | |
tree | 4fc773d3b40109ad3f2aa447e38ce0cabfc2796b /template | |
parent | eeffc2b5c38786c8626431435fab7afd5446cf74 (diff) | |
download | bugzilla-6c0edaa72ebaf62ad80b994c4a980bad59f63c41.tar.gz bugzilla-6c0edaa72ebaf62ad80b994c4a980bad59f63c41.tar.xz |
Bug 463134: Remove "Show every bug in the system with dependencies" in dependency graphs
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/dependency-graph.html.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
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 <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>" @@ -82,8 +81,6 @@ Restrict to [% terms.bugs %] having a direct relationship with entered [% terms.bugs %]</option> <option value="web" [% 'selected="selected"' IF display == "web" %]> Show all [% terms.bugs %] having any relationship with entered [% terms.bugs %]</option> - <option value="doall" [% 'selected="selected"' IF display == "doall" %]> - Show every [% terms.bug %] in the system with dependencies</option> </select> </td> </tr> |