diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-03-11 09:31:45 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-03-11 09:31:45 +0100 |
commit | 904fec750520cfa0b3f63940abea3861258385c5 (patch) | |
tree | 3881fcddc850e4d03621b3a8603db4e889e81938 /skins/larry | |
parent | 519ce2e2ec4b69f29ac7bb7b960641d1350d3218 (diff) |
Add id for login submit button (#1489676) - make it skin independent
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/templates/login.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skins/larry/templates/login.html b/skins/larry/templates/login.html index 8da941189..64ff6be92 100644 --- a/skins/larry/templates/login.html +++ b/skins/larry/templates/login.html @@ -12,11 +12,9 @@ <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" /> <roundcube:form name="form" 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> - +<roundcube:object name="loginform" form="form" size="40" submit=true /> </form> + </div> <div class="box-bottom"> |