comparison register.inc.php @ 195:e65b2392fc0e

Change button title.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 11 Nov 2013 10:37:58 +0200
parents 988e0ab2b77e
children e31c42a9b574
comparison
equal deleted inserted replaced
194:82803532a51c 195:e65b2392fc0e
143 stPrintFormTextInput("Oneliner:", "(whatever)", 30, SET_LEN_ONELINER, "oneliner"); 143 stPrintFormTextInput("Oneliner:", "(whatever)", 30, SET_LEN_ONELINER, "oneliner");
144 stPrintFormTextInput(hashToCheckStr($botCheckHash)." = ", "(I.Q. / robot check". 144 stPrintFormTextInput(hashToCheckStr($botCheckHash)." = ", "(I.Q. / robot check".
145 //" [".hashToAnswer($botCheckHash)."]". 145 //" [".hashToAnswer($botCheckHash)."]".
146 ")", 20, 20, "botcheck", "autocomplete=\"off\""); 146 ")", 20, 20, "botcheck", "autocomplete=\"off\"");
147 echo 147 echo
148 " <tr><td colspan=\"2\"></td><td>".stGetFormSubmitInput("register", "Register")."</td></tr>\n". 148 " <tr><td colspan=\"2\"></td><td>".stGetFormSubmitInput("register", "Continue")."</td></tr>\n".
149 " </table>\n". 149 " </table>\n".
150 "</form>\n"; 150 "</form>\n";
151 151
152 echo stGetSetting("registerInfoText"); 152 echo stGetSetting("registerInfoText");
153 } 153 }