]> WPIA git - gigi.git/commitdiff
upd: cleanup login box
authorFelix Dörre <felix@dogcraft.de>
Mon, 4 Jul 2016 08:49:35 +0000 (10:49 +0200)
committerFelix Dörre <felix@dogcraft.de>
Mon, 4 Jul 2016 09:58:54 +0000 (11:58 +0200)
Change-Id: I12ffc627f42fb93682bb95d5cc44cc8d95f6161a

src/org/cacert/gigi/pages/LoginPage.templ

index 46af15e7ded7c5b54d16bc0e473d9ef14bc1780e..d9c21d382564365da18f4a92e3992536eb70532f 100644 (file)
@@ -3,9 +3,6 @@
 <p class='smalltext'><?=_Warning! This site requires cookies to be enabled to ensure your privacy and security. This site uses session cookies to store temporary values to prevent people from copying and pasting the session ID to someone else exposing their account, personal details and identity theft as a result.?></p>
 <label for="username"><?=_Email Address?>:</label><input class="form-control" type='text' name="username"/><br />
 <label for="password"><?=_Pass Phrase?>:</label><input class="form-control" type='password' name='password'/><br />
-<input type='submit' name="process" value="<?=_Login?>" /><br /><br />
-<a href='https://blah/index.php?id=4'><?=_Password Login?></a> -<!-- TODO -->
-<a href='https://blah/index.php?id=5'><?=_Lost Password?></a> -
-<a href='https://blah/index.php?id=4&amp;noauto=1'><?=_Net Cafe Login?></a><br />
+<button type='submit' name="process" value="Login" class="btn btn-primary"><?=_Login?></button><br /><br />
 <p class='smalltext'><?=_If you are having trouble with your username or password, please visit our !'<a href="http://wiki.cacert.org/wiki/FAQ/LostPasswordOrAccount" target="_new">'wiki page!'</a>' for more information?></p>
 </div>