Commit 8efe6882 authored by gerv%gerv.net's avatar gerv%gerv.net

Oops - adding INTERFACE comments accidentally included some code from another…

Oops - adding INTERFACE comments accidentally included some code from another patch. Backing out those changes.
parent 003d71db
...@@ -21,11 +21,9 @@ ...@@ -21,11 +21,9 @@
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = "Show Votes" title = "Show Votes"
h2 = voting_user.name h2 = user.name
%] %]
[% canedit = 1 IF voting_user.login == user.login %]
[% IF votes_recorded %] [% IF votes_recorded %]
<p> <p>
<font color="red"> <font color="red">
...@@ -78,7 +76,7 @@ ...@@ -78,7 +76,7 @@
</a> </a>
</td> </td>
<td align="right"> <td align="right">
[% IF canedit %] [% IF user.canedit %]
[% IF product.onevoteonly %] [% IF product.onevoteonly %]
<input type="checkbox" name="[% bug.id %]" value="1" <input type="checkbox" name="[% bug.id %]" value="1"
[% " checked" IF bug.count %]> [% " checked" IF bug.count %]>
...@@ -105,7 +103,7 @@ ...@@ -105,7 +103,7 @@
[% END %] [% END %]
</table> </table>
[% IF canedit %] [% IF user.canedit %]
<input type="submit" value="Change My Votes"> <input type="submit" value="Change My Votes">
<br> <br>
<br> <br>
...@@ -116,7 +114,7 @@ ...@@ -116,7 +114,7 @@
</form> </form>
[% ELSE %] [% ELSE %]
<p> <p>
[% IF canedit %] [% IF user.canedit %]
You are You are
[% ELSE %] [% ELSE %]
This user is This user is
......
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
Reassign</A> bugs to Reassign</A> bugs to
</label> </label>
<input name="assigned_to" <input name="assigned_to"
value="[% user.login FILTER html %]" value="[% user FILTER html %]"
onchange="document.forms.changeform.knob[[% knum %]].checked = true;" onchange="document.forms.changeform.knob[[% knum %]].checked = true;"
size="32"><br /> size="32"><br />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment