diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/groups/list.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 554ead771..9f4f129c4 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -103,6 +103,12 @@ content => "(used as the 'timetrackinggroup')" }, { + match_value => Param("querysharegroup") + match_field => 'name' + override_content => 1 + content => "(used as the 'querysharegroup')" + }, + { match_value => "1" match_field => 'isbuggroup' override_content => 1 |