X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7..3e545735b4784af19edec9bfcc8e25ff17cb7f12:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 0a5d4aa..7ccb644 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,47 +1,42 @@ <% -%> -
Please review the data you've entered and confirm it. The candidates -for the vote you've submitted include:
+ +
<%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %>
-seperate choices with a ";"; at least two are required
+<%= check_box('options', 'advanced',
+ :onclick => 'Element.toggle($("advanced")); false;' )%>Advanced
+
+
<% if @quickvote -%> - <%= submit_tag "Confirm" -%> - <%= hidden_field :quickvote, :reviewed, :value => 1 %> - <% else %> - <%= submit_tag "Submit" -%> - <%- end -%> -
-<%= end_form_tag %>