From 4675376e901a7737b629223aeb80b08c61d84b60 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sat, 15 Mar 2014 13:46:02 -0700
Subject: [PATCH] no need for number in review screen, and smaller post to
 audited-ballot bboard button

---
 heliosbooth/templates/audit.html   | 5 +++--
 heliosbooth/templates/confirm.html | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/heliosbooth/templates/audit.html b/heliosbooth/templates/audit.html
index be94b3d..20cd3d4 100644
--- a/heliosbooth/templates/audit.html
+++ b/heliosbooth/templates/audit.html
@@ -25,9 +25,10 @@ you can post this audited ballot to the Helios tracking center so that others mi
 <br /><br />
 <b>Even if you post your audited ballot, you must go back to voting and choose "cast" if you want your vote to count.</b>
 <br /><br />
-<input type="button" value="post audited ballot to tracking center" onclick="$(this).attr('disabled', 'disabled');BOOTH.post_audited_ballot();" id="post_audited_ballot_button" class="pretty" />
-&nbsp;&nbsp; &nbsp;
 <input type="button" value="back to voting" onclick="BOOTH.reset_ciphertexts();BOOTH.show_confirm();" class="pretty" />
+&nbsp; &nbsp;&nbsp;
+<input type="button" value="post audited ballot to tracking center" onclick="$(this).attr('disabled', 'disabled');BOOTH.post_audited_ballot();" id="post_audited_ballot_button" class="pretty" style="font-size:0.8em;"/>
+
 </form>
 
 
diff --git a/heliosbooth/templates/confirm.html b/heliosbooth/templates/confirm.html
index 4dc9101..e8a1f90 100644
--- a/heliosbooth/templates/confirm.html
+++ b/heliosbooth/templates/confirm.html
@@ -3,7 +3,7 @@
 
 {#foreach $T.questions as question}
 <p>
-<u>#{$T.question$index + 1}</u>: {$T.question.short_name}<br />
+{$T.question.short_name}<br />
 
 <b style="font-size:1.4em;">{#foreach $T.choices[$T.question$index] as choice}
 {$T.choice}{#if !$T.choice$last}, {#/if}
-- 
GitLab