diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/show.xml.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/sidebar.xul.tmpl | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 45ef1712a..97d3dee67 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -25,7 +25,7 @@ <bugzilla version="[% VERSION %]" urlbase="[% Param('urlbase') %]" maintainer="[% Param('maintainer') FILTER xml %]" -[% IF user %] +[% IF user.id %] exporter="[% user.login FILTER xml %]" [% END %] > diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index b37ef4c35..f148d7d2f 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -38,14 +38,14 @@ <a href="report.cgi">Reports</a> - [% IF user %] + [% IF user.id %] [% email = user.login FILTER url_quote %] | <a href="request.cgi?requester=[% email %]&requestee=[% email %]&do_union=1&group=type">My Requests</a> [% ELSE %] | <a href="request.cgi">Requests</a> [% END %] - [% IF user && Param('usevotes') %] + [% IF user.id && Param('usevotes') %] | <a href="votes.cgi?action=show_user">My Votes</a> [% END %] diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index 3e467b199..60ae33dbd 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -75,7 +75,7 @@ function normal_keypress_handler( aEvent ) { <text class="text-link" onclick="load_relative_url('enter_bug.cgi')" value="new [% terms.bug %]"/> <separator class="thin"/> -[% IF user %] +[% IF user.id %] <text class="text-link" onclick="load_relative_url('userprefs.cgi')" value="edit prefs"/> [%- IF user.groups.tweakparams %] <text class="text-link" onclick="load_relative_url('editparams.cgi')" value="edit params"/> |