]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/templates/login.html
Imported Upstream version 0.2~stable
[roundcube.git] / skins / default / templates / login.html
index 2a48f48bf6b08359badaad97ffff523d6211cdf9..d16a08fdd9a4e5db8c6932ada9192ab71b09e0c2 100644 (file)
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title><roundcube:object name="pagetitle" /></title>
+<meta name="Robots" content="noindex,nofollow" />
 <roundcube:include file="/includes/links.html" />
 <style type="text/css">
 
@@ -37,9 +38,9 @@
 <div class="boxcontent">
 
 <form name="form" action="./" method="post">
-<roundcube:object name="loginform" form="form" />
+<roundcube:object name="loginform" form="form" autocomplete="off" />
 
-<p style="text-align:center;"><input type="submit" class="button" value="<roundcube:label name='login' />" /></p>
+<p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p>
 
 </form>
 </div>