diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-20 07:56:24 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-20 07:56:24 +0000 |
| commit | 9e055f29453167d40511495531b666be4c4bdeee (patch) | |
| tree | 72d50246c0ff2d405e9f7fd3205c0b8081cfce3c /roundcubemail/skins/default | |
| parent | 0d0e95611e6bd92b997ad3d4719198142118e7f5 (diff) | |
- allow signature textarea size setting from skin + use cols=60
git-svn-id: https://svn.roundcube.net/trunk@1859 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/editidentity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/editidentity.html b/roundcubemail/skins/default/templates/editidentity.html index 874465511..e89f0a60c 100644 --- a/roundcubemail/skins/default/templates/editidentity.html +++ b/roundcubemail/skins/default/templates/editidentity.html @@ -24,7 +24,7 @@ <div id="identity-title"><roundcube:object name="steptitle" /></div> <div style="padding:15px;"> -<roundcube:object name="identityform" size="40" /> +<roundcube:object name="identityform" size="40" textareacols="60" textarearows="6" /> <p><br /> <roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity'&&config:multiple_identities:true" style="margin-right:0.5em" /> |
