diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-22 18:08:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-22 18:08:45 +0000 |
| commit | 7a80f786e728b2fc3d3568fb5b7163371b6f2ef0 (patch) | |
| tree | 2aeb01df7172215cfc57bd7dd5f26a61093bc5c3 /roundcubemail/skins/default | |
| parent | 9a54c678970d220a1eeafe2c690f94f1d6d91fbf (diff) | |
- allow setting login inputs size in skin template (#1486155)
git-svn-id: https://svn.roundcube.net/trunk@2980 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/login.html b/roundcubemail/skins/default/templates/login.html index a61e70c0b..680900136 100644 --- a/roundcubemail/skins/default/templates/login.html +++ b/roundcubemail/skins/default/templates/login.html @@ -16,7 +16,7 @@ <div class="boxcontent"> <form name="form" action="./" method="post"> -<roundcube:object name="loginform" form="form" autocomplete="off" /> +<roundcube:object name="loginform" form="form" autocomplete="off" size="30" /> <p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> |
