# HG changeset patch # User Matti Hamalainen # Date 1415658522 -7200 # Node ID 1a9005eafb3779be1562b7b6d92dbb1f54b77931 # Parent 114b77baf1c25f1ab0aac14ae3b7bee0aa48c7c6 Change some element names. diff -r 114b77baf1c2 -r 1a9005eafb37 pages/vote.inc.php --- a/pages/vote.inc.php Mon Nov 10 23:27:33 2014 +0200 +++ b/pages/vote.inc.php Tue Nov 11 00:28:42 2014 +0200 @@ -11,7 +11,7 @@ function stGetVoteButton() { return - "
\n". + "
\n". " ".stGetFormSubmitInput("vote", "Submit votes and log out", "")."\n". "
\n"; } @@ -68,15 +68,15 @@ } echo - stGetFormStart("vote", "usrlogin.php"). + "
\n". + " ".stGetFormStart("vote", "usrlogin.php"). " ".stGetFormHiddenInput("mode", "vote")."\n". " ".stGetFormHiddenInput("goto", "vote")."\n". - "
\n". " Enter your vote key:\n". " ".stGetFormTextInput($userKeyLen > 30 ? $userKeyLen : 30, $userKeyLen, "key", "", "", "", "autocomplete=\"off\" autofocus=\"autofocus\"")."\n". " ".stGetFormSubmitInput("login", "Login")."\n". - "
\n". - "\n"; + " \n". + "
\n"; } else if (($mode = stGetSessionItem("mode")) == "vote")