summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/useful-links.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-01-24 09:39:46 +0100
committerlpsolit%gmail.com <>2007-01-24 09:39:46 +0100
commitcf44f00b56d29c994137d9830a595156cde1924e (patch)
tree2a84b46c321a192775d2051ce0437ca71517f068 /template/en/default/global/useful-links.html.tmpl
parentf89fdca1b49a873b89e8955ce1553677455ecf60 (diff)
downloadbugzilla-cf44f00b56d29c994137d9830a595156cde1924e.tar.gz
bugzilla-cf44f00b56d29c994137d9830a595156cde1924e.tar.xz
Bug 367894: Missing separator after the "Sanity Check" link in the footer when the user has editcomponents privs only - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
Diffstat (limited to 'template/en/default/global/useful-links.html.tmpl')
-rw-r--r--template/en/default/global/useful-links.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index cd485ad8f..66e942802 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -51,6 +51,7 @@
[% END %]
[% IF user.groups.editcomponents %]
<li><span class="separator">[% sep %]</span><a href="sanitycheck.cgi">Sanity Check</a></li>
+ [% sep = "| " %]
[% END %]
[% IF user.groups.editusers || user.can_bless %]
<li><span class="separator">[% sep %]</span><a href="editusers.cgi">Users</a></li>