diff options
author | thomascube <thomas@roundcube.net> | 2010-12-17 15:07:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-12-17 15:07:04 +0000 |
commit | db1a87cd6c506f2afbd1a37c64cb56ae11120b49 (patch) | |
tree | 07e1d350a06e0529db08316621b9c629bfb90b58 /skins/default/templates/identityedit.html | |
parent | acd5200b2110498793e04fb016cbbc69ea5fe9f3 (diff) |
Update branch for 0.5-rc releasev0.5-rc@4349
Diffstat (limited to 'skins/default/templates/identityedit.html')
-rw-r--r-- | skins/default/templates/identityedit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/identityedit.html b/skins/default/templates/identityedit.html index 24c37a629..45c68f1ad 100644 --- a/skins/default/templates/identityedit.html +++ b/skins/default/templates/identityedit.html @@ -40,7 +40,7 @@ <div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div> <div class="boxcontent"> -<roundcube:object name="identityform" size="40" textareacols="60" textarearows="6" /> +<roundcube:object name="identityform" size="40" textareacols="70" textarearows="6" /> <p> <roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity'" style="margin-right:0.5em" /> <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |