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

more tweaks to ballot wording

parent 5236388a
No related branches found
No related tags found
No related merge requests found
...@@ -6,20 +6,20 @@ ...@@ -6,20 +6,20 @@
<p> <p>
<ol> <ol>
<li> <b>Select</b> the answers you prefer.<br /> <li> <b>Fill in</b> your ballot.<br />
<span style="font-size: 14pt;">You can easily navigate forwards and backwards through the questions.</span></li> <span style="font-size: 14pt;">You can easily navigate forwards and backwards.</span></li>
<br /> <br />
<li> <b>Confirm</b> your selection.<br /> <li> <b>Review &amp; Confirm</b> your choices.<br />
<span style="font-size: 14pt;"> <span style="font-size: 14pt;">
Your choices are encrypted safely inside your browser, and you get a smart ballot tracker.<br /> Your choices are encrypted safely inside your browser, and you get a smart ballot tracker.<br />
</span> </span>
</li> </li>
<br /> <br />
<li> <b>Submit</b> your encrypted ballot.<br /> <li> <b>Cast</b> your encrypted ballot.<br />
<span style="font-size: 14pt;"> <span style="font-size: 14pt;">
Proceed to log in and cast your encrypted ballot for tallying. Proceed to log in and submit your encrypted ballot for tallying.
</span> </span>
</li> </li>
</ol> </ol>
......
...@@ -16,7 +16,7 @@ at least {$T.question.min} ...@@ -16,7 +16,7 @@ at least {$T.question.min}
{#/if} {#/if}
{#else} {#else}
{#if $T.question.max} {#if $T.question.max}
up to {$T.question.max} {#if $T.question.max > 1}up to {#/if}{$T.question.max}
{#else} {#else}
as many as you approve of as many as you approve of
{#/if} {#/if}
......
...@@ -602,7 +602,7 @@ BOOTH.do_done = function() { ...@@ -602,7 +602,7 @@ BOOTH.do_done = function() {
<div id="page"> <div id="page">
<div id="progress_div" style="display:none; width: 500px; margin:auto;"> <div id="progress_div" style="display:none; width: 500px; margin:auto;">
<table width="100%"> <table width="100%">
<tr><td id="progress_1">(1) Select</td><td id="progress_2">(2) Confirm</td><td id="progress_3">(3) Submit</td></tr> <tr><td id="progress_1">(1) Fill In</td><td id="progress_2">(2) Review &amp; Confirm</td><td id="progress_3">(3) Cast</td></tr>
</table> </table>
</div> </div>
<div id="election_div" class="panel"> <div id="election_div" class="panel">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment