diff options
author | gerv%gerv.net <> | 2002-10-19 07:21:08 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-10-19 07:21:08 +0200 |
commit | 0b0c160c7da8390734ace9c9ff69a5b42a2db8cd (patch) | |
tree | e4715fa037890bc9ce8e0cf7a4eb03d464124d42 /template | |
parent | 9ea5883a2eed24f57f1d161d5f58f147f2e692ea (diff) | |
download | bugzilla-0b0c160c7da8390734ace9c9ff69a5b42a2db8cd.tar.gz bugzilla-0b0c160c7da8390734ace9c9ff69a5b42a2db8cd.tar.xz |
Bug 172875 - Fix site-navigation.html.tmpl to link to flags CGI and not attachments one. Patch by gerv; r=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/site-navigation.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl index 01d35f163..118f356c0 100644 --- a/template/en/default/global/site-navigation.html.tmpl +++ b/template/en/default/global/site-navigation.html.tmpl @@ -91,8 +91,8 @@ href="editusers.cgi">' IF user.groups.editusers %] [% '<link rel="Administration" title="Products" href="editproducts.cgi">' IF user.groups.editcomponents %] - [% '<link rel="Administration" title="Attachments" - href="editattachstatuses.cgi">' IF user.groups.editcomponents %] + [% '<link rel="Administration" title="Flag Types" + href="editflagtypes.cgi">' IF user.groups.editcomponents %] [% '<link rel="Administration" title="Groups" href="editgroups.cgi">' IF user.groups.creategroups %] [% '<link rel="Administration" title="Keywords" |