You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/16 13:20:48 UTC

svn commit: r1666976 - /steve/trunk/www/cgi-bin/cast-vote.pl

Author: humbedooh
Date: Mon Mar 16 12:20:48 2015
New Revision: 1666976

URL: http://svn.apache.org/r1666976
Log:
add $trailer and put both that and $other_issues into a div at the bottom

Modified:
    steve/trunk/www/cgi-bin/cast-vote.pl

Modified: steve/trunk/www/cgi-bin/cast-vote.pl
URL: http://svn.apache.org/viewvc/steve/trunk/www/cgi-bin/cast-vote.pl?rev=1666976&r1=1666975&r2=1666976&view=diff
==============================================================================
--- steve/trunk/www/cgi-bin/cast-vote.pl (original)
+++ steve/trunk/www/cgi-bin/cast-vote.pl Mon Mar 16 12:20:48 2015
@@ -466,7 +466,14 @@ sub stv_form_interactive {
                 </form>
             </div>
         </div>
-        $other_issues
+        <div style="width: 100%; float: left;">
+            <p>
+                $trailer
+            </p>
+            <p>
+                $other_issues
+            </p>
+        </div>
     </body>
 </html>
 EoSTV