svn commit: r236273 - user/des/fbce/root/vote

Dag-Erling Smorgrav des at FreeBSD.org
Wed May 30 01:02:35 UTC 2012


Author: des
Date: Wed May 30 01:02:34 2012
New Revision: 236273
URL: http://svn.freebsd.org/changeset/base/236273

Log:
  Indicate incumbent candidates

Modified:
  user/des/fbce/root/vote/index.tt

Modified: user/des/fbce/root/vote/index.tt
==============================================================================
--- user/des/fbce/root/vote/index.tt	Wed May 30 01:02:19 2012	(r236272)
+++ user/des/fbce/root/vote/index.tt	Wed May 30 01:02:34 2012	(r236273)
@@ -57,7 +57,7 @@
       [% login = candidate.login %]
       <tr>
 	<td><input type="checkbox" name="vote_for_[% login %]" id="vote_for_[% login %]"[% IF voted_for.$login %] checked="checked"[% END %] onclick="updateTotal()"/></td>
-	<td><label for="vote_for_[% login %]">[% candidate.name | html %]:</label></td>
+	<td><label for="vote_for_[% login %]">[% candidate.name | html %][% IF candidate.incumbent %] (incumbent)[% END %]:</label></td>
 	<td><a href="[% c.uri_for('/see/candidate', login) | html %]">[% candidate.statement.short | html %]</a></td>
       </tr>
       [% END %]


More information about the svn-src-user mailing list