Skip to content
Snippets Groups Projects
Commit 4675376e authored by Ben Adida's avatar Ben Adida
Browse files

no need for number in review screen, and smaller post to audited-ballot bboard button

parent 09d7e5af
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment