Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / views / election / _voters_form.rhtml
old mode 100644 (file)
new mode 100755 (executable)
index 3b01c00..87df4ce
@@ -1,7 +1,7 @@
 <p>Please enter a list of new email addresses of voters (one email
 address per line).</p>
 
-<%= text_area :raw_voter_list, :input_addresses %>
+<%= text_area :raw_voter_list, :input_addresses, :cols => 60, :rows => 8 %>
 
 <!-- 
 <p>Email voters:
@@ -9,5 +9,6 @@ address per line).</p>
                               [ 'Now', 1 ],
                               [ 'Vote Start', 2 ] ]  %>
 -->
+<%= hidden_field :raw_voter_list, :email, :value => 2 %>
 </p>
 <%= submit_tag "Add Voters" %>

Benjamin Mako Hill || Want to submit a patch?