changeset 326:64c28792ae08

Clarify voting form.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Nov 2013 23:36:33 +0200
parents aac3bdd73ec1
children 995400521822
files vote.inc.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vote.inc.php	Wed Nov 27 23:19:00 2013 +0200
+++ b/vote.inc.php	Wed Nov 27 23:36:33 2013 +0200
@@ -11,9 +11,9 @@
 function stGetVoteButton()
 {
   return
-    "<div class=\"votectrl\">".
-    stGetFormSubmitInput("vote", "Submit votes!", "return false").
-    "</div>\n";
+    " <div class=\"votectrl\">\n".
+    "  ".stGetFormSubmitInput("vote", "Submit votes and log out", "")."\n".
+    " </div>\n";
 }