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/classic/templates | |
parent | 519ce2e2ec4b69f29ac7bb7b960641d1350d3218 (diff) |
Add id for login submit button (#1489676) - make it skin independent
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/login.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skins/classic/templates/login.html b/skins/classic/templates/login.html index 2dacd48ff..8b549df0d 100644 --- a/skins/classic/templates/login.html +++ b/skins/classic/templates/login.html @@ -16,11 +16,9 @@ <div class="boxcontent"> <roundcube:form name="form" method="post"> -<roundcube:object name="loginform" form="form" /> - -<p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> - +<roundcube:object name="loginform" form="form" submit=true /> </form> + </div> </div> |