From d5f30d8dfda359d6761d164d3c650adf1716213b Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Fri, 28 Jun 2002 07:18:02 +0000 Subject: Bug 148488 - more HTML validation fixes r=jouni, gerv --- template/en/default/global/useful-links.html.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'template/en/default/global/useful-links.html.tmpl') diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 807c316b6..d8c443775 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -43,7 +43,7 @@ Actions: - + New | Query | @@ -63,19 +63,19 @@ Edit prefs - [% ", parameters" + [% ', parameters' IF user.groups.tweakparams %] - [% ", users" IF user.groups.editusers + [% ', users' IF user.groups.editusers || (user.blessgroupset > 0) %] - [% ", products" + [% ', products' IF user.groups.editcomponents %] - [% ", attachment statuses" + [% ', attachment statuses' IF user.groups.editcomponents %] - [% ", groups" + [% ', groups' IF user.groups.creategroups %] - [% ", keywords" + [% ', keywords' IF user.groups.editkeywords %] - [% " | Sanity check" + [% ' | Sanity check' IF user.groups.tweakparams %] | Log out [% user.login %] -- cgit v1.2.3-24-g4f1b