summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Voting/template/en/default/pages/voting/user.html.tmpl')
-rw-r--r--extensions/Voting/template/en/default/pages/voting/user.html.tmpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
index b08b4c878..b5e8fc9bc 100644
--- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl
@@ -51,11 +51,11 @@
<form name="voting_form" method="post" action="page.cgi?id=voting/user.html">
<input type="hidden" name="action" value="vote">
<input type="hidden" name="token" value="[% issue_hash_token(['vote']) FILTER html %]">
- <table cellspacing="4">
+ <table id="user_votes">
<tr>
- <td></td>
+ <th></th>
<th>Votes</th>
- <th>[% terms.Bug %] #</th>
+ <th>[% terms.Bug %]&nbsp;#</th>
<th>Summary</th>
</tr>
@@ -95,7 +95,8 @@
[% END %]
[%- END %]
</td>
- <td align="right"><a name="vote_[% bug.id FILTER none %]">
+ <td>
+ <a name="vote_[% bug.id FILTER none %]">
[% IF canedit %]
[% IF product.onevoteonly %]
<input type="checkbox" name="[% bug.id FILTER none %]" value="1"
@@ -107,8 +108,9 @@
[% ELSE %]
[% bug.count FILTER html %]
[% END %]
- </a></td>
- <td align="center">
+ </a>
+ </td>
+ <td class="right">
[% PROCESS bug/link.html.tmpl bug = bug, link_text = bug.id %]
</td>
<td>