diff options
author | lpsolit%gmail.com <> | 2007-01-24 09:39:46 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-01-24 09:39:46 +0100 |
commit | cf44f00b56d29c994137d9830a595156cde1924e (patch) | |
tree | 2a84b46c321a192775d2051ce0437ca71517f068 /template/en/default | |
parent | f89fdca1b49a873b89e8955ce1553677455ecf60 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 1 |
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> |