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 620b508..87df4ce
@@ -1,10 +1,14 @@
-<p>Please enter a list of new email addresses of potential voters.</p>
+<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:
 <%= select :raw_voter_list, :email, [ [ 'Never', 0 ],
                               [ 'Now', 1 ],
                               [ 'Vote Start', 2 ] ]  %>
+-->
+<%= hidden_field :raw_voter_list, :email, :value => 2 %>
 </p>
-<%= submit_tag "Add" %>
+<%= submit_tag "Add Voters" %>

Benjamin Mako Hill || Want to submit a patch?