summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/useful-links.html.tmpl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-02-25 07:48:05 +0100
committermkanat%kerio.com <>2005-02-25 07:48:05 +0100
commitb8a8680e9d5ed7de541ab9f4e0275fa79a9a6d30 (patch)
tree3a169ef8d68f2a6b0f86bc731d00b1b06a4c8d53 /template/en/default/global/useful-links.html.tmpl
parente92cc4c9b115dfae6e352660c053e142634a3ef4 (diff)
downloadbugzilla-b8a8680e9d5ed7de541ab9f4e0275fa79a9a6d30.tar.gz
bugzilla-b8a8680e9d5ed7de541ab9f4e0275fa79a9a6d30.tar.xz
Bug 281876: New Admin Interface to manage old Enum fields (Field Values)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
Diffstat (limited to 'template/en/default/global/useful-links.html.tmpl')
-rw-r--r--template/en/default/global/useful-links.html.tmpl14
1 files changed, 5 insertions, 9 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index b9a69a9e9..eb8c7e24c 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -78,19 +78,15 @@
IF user.groups.tweakparams %]
[% ' | <a href="editusers.cgi">Users</a>' IF user.groups.editusers
|| user.can_bless %]
- [% IF Param('useclassification') %]
- [% IF user.groups.editclassifications %]
+ [% IF Param('useclassification') && user.groups.editclassifications %]
[% ' | <a href="editclassifications.cgi">Classifications</a>' %]
- [% END %]
- [% IF user.groups.editcomponents %]
- [% ' | <a href="editproducts.cgi">Products</a>' %]
- [% END %]
- [% ELSE %]
- [% ' | <a href="editproducts.cgi">Products</a>'
+ [% END %]
+ [% ' | <a href="editproducts.cgi">Products</a>'
IF user.groups.editcomponents %]
- [% END %]
[% ' | <a href="editflagtypes.cgi">Flags</a>'
IF user.groups.editcomponents %]
+ [% ' | <a href="editvalues.cgi">Field Values</a>'
+ IF user.groups.editcomponents %]
[% ' | <a href="editgroups.cgi">Groups</a>'
IF user.groups.creategroups %]
[% ' | <a href="editkeywords.cgi">Keywords</a>'