diff options
author | Hugues Hiegel <root@paranoid> | 2014-08-05 16:44:07 +0200 |
---|---|---|
committer | Hugues Hiegel <root@paranoid> | 2014-08-05 16:44:07 +0200 |
commit | f91f8533678c388b879d9e999a6bcc9e22ad7e19 (patch) | |
tree | c0099e25a932399d6cd1066607a42e7fe220b977 /skins/larry/templates/login.html | |
parent | ec116d33c22b371328c8557158736e3d2ee479a8 (diff) |
lot of stuff
Diffstat (limited to 'skins/larry/templates/login.html')
-rw-r--r-- | skins/larry/templates/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/login.html b/skins/larry/templates/login.html index 13e919ad3..a605eb7fe 100644 --- a/skins/larry/templates/login.html +++ b/skins/larry/templates/login.html @@ -9,9 +9,9 @@ <div id="login-form"> <div class="box-inner"> -<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" /> +<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" /> -<roundcube:form name="form" method="post"> +<form name="form" action="./" method="post"> <roundcube:object name="loginform" form="form" size="40" /> <p class="formbuttons"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> |