diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-14 12:47:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-14 12:47:00 +0000 |
| commit | 118addb5f205505e412cd7d9d3dc66f1f26eb215 (patch) | |
| tree | 52126b7412d32d965060570b62d31bb040636ae8 /roundcubemail/skins/default | |
| parent | 6210a5e5faa5416c0240192a81acd22e35b980be (diff) | |
-small folder names abbreviation fixes
git-svn-id: https://svn.roundcube.net/trunk@1792 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/message.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index da8b45710..7f1e1d604 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -137,7 +137,7 @@ function rcmail_prev_sibling(elm) <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" /> </td> <td style="text-align:center; white-space: nowrap"> - <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" /></label> + <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" /></label> </td> <td style="text-align:right; white-space:nowrap"> <roundcube:label name="editortype" />: diff --git a/roundcubemail/skins/default/templates/message.html b/roundcubemail/skins/default/templates/message.html index ccd23eb71..3ab6cf30f 100644 --- a/roundcubemail/skins/default/templates/message.html +++ b/roundcubemail/skins/default/templates/message.html @@ -35,7 +35,7 @@ <div id="mailboxlist-container"> <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div> -<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /> +<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> </div> <div id="messageframe"> |
