summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/votes/list-for-user.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 06:31:13 +0200
committergerv%gerv.net <>2003-07-04 06:31:13 +0200
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/bug/votes/list-for-user.html.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz
bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
Diffstat (limited to 'template/en/default/bug/votes/list-for-user.html.tmpl')
-rw-r--r--template/en/default/bug/votes/list-for-user.html.tmpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl
index 0c1e30e6e..bcb5956ea 100644
--- a/template/en/default/bug/votes/list-for-user.html.tmpl
+++ b/template/en/default/bug/votes/list-for-user.html.tmpl
@@ -19,6 +19,8 @@
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[% PROCESS global/header.html.tmpl
title = "Show Votes"
h2 = voting_user.name
@@ -42,7 +44,7 @@
<table cellspacing="4">
<tr>
<td></td>
- <th>Bug #</th>
+ <th>[% terms.Bug %] #</th>
<th>Summary</th>
<th>Votes</th>
</tr>
@@ -63,7 +65,7 @@
<td>
<font size="-1">
(Note: only [% product.maxperbug %] vote
- [% "s" IF product.maxperbug != 1 %] allowed per bug in
+ [% "s" IF product.maxperbug != 1 %] allowed per [% terms.bug %] in
this product.)
</font>
</td>
@@ -90,7 +92,7 @@
<input type="checkbox" name="[% bug.id %]" value="1"
[% " checked" IF bug.count %]>
[% ELSE %]
- <input name="[% bug.id %]" value="[% bug.count %]"
+ <input name="[% bug.id %]" value="[% bug.count %]"
size="2">
[% END %]
[% ELSE %]
@@ -125,7 +127,7 @@
change the checkbox
[% END %]
and then click <b>Change My Votes</b>.
- [% END %]
+ [% END %]
</form>
[% ELSE %]
<p>
@@ -134,7 +136,7 @@
[% ELSE %]
This user is
[% END %]
- currently not voting on any bugs.
+ currently not voting on any [% terms.bugs %].
</p>
[% END %]