diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/dependency-graph.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 69afa2ddf..355adb6b6 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -56,6 +56,8 @@ <td> <input type="checkbox" id="showsummary" name="showsummary" [% " checked" IF showsummary %]> <label for="showsummary">Show the summaries of all displayed [% terms.bugs %]</label> + <input type="checkbox" id="hide_resolved" name="hide_resolved" [% " checked" IF hide_resolved %]> + <label for="hide_resolved">Hide resolved</label> </td> </tr> |