alecpl
2008-09-29 bf2f39ea6d2b49c7495a43cca19ab18f27f8292e
skins/default/templates/login.html
@@ -28,7 +28,7 @@
</head>
<body>
<img src="/images/roundcube_logo.png" width="165" height="55" border="0" alt="<roundcube:object name='productname' />" hspace="10" />
<img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:2px 12px" />
<roundcube:object name="message" id="message" />
@@ -37,9 +37,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>