]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/LoginPage.templ
Merge remote-tracking branch 'origin/master' into janis_work
[gigi.git] / src / org / cacert / gigi / pages / LoginPage.templ
index 7d49607b7faeb8f9711fd650c018f2a47bfe0639..46af15e7ded7c5b54d16bc0e473d9ef14bc1780e 100644 (file)
@@ -1,8 +1,8 @@
 <div class='loginbox'>
 <h1><?=_Login?></h1>
 <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 type='text' name="username"/><br />
-<label for="password"><?=_Pass Phrase?>:</label><input type='password' name='password'/><br />
+<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> -