From 6adf93c17df9c766aa1f96be48bc0e8fefef1633 Mon Sep 17 00:00:00 2001
From: "gerv%gerv.net" <>
Date: Sat, 25 May 2002 17:35:51 +0000
Subject: Bug 145849 - Non-maintainers with ability to bless others need
"users" link in footer. Patch by bugreport@peshkin.net; r=gerv, justdave.
---
template/en/default/global/useful-links.html.tmpl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'template/en/default')
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index 5db6333ed..6b548b4dc 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -65,7 +65,8 @@
Edit prefs
[% ", parameters"
IF user.groups.tweakparams %]
- [% ", users" IF user.groups.editusers %]
+ [% ", users" IF user.groups.editusers
+ || (user.blessgroupset > 0) %]
[% ", products"
IF user.groups.editcomponents %]
[% ", attachment statuses"
--
cgit v1.2.3-24-g4f1b