diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-11 12:14:30 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-11 12:14:30 +0000 |
| commit | 8ad8eedf26401a94f460e3c4579a1bfd3f54d1a1 (patch) | |
| tree | 7b1b2ed76425e91de26539de65bdb3d98d57ac7f | |
| parent | 9f1cec0ef50634ed4f5ad1b4ba973bdfedd98e27 (diff) | |
- change mailboxlist maxlength=25
git-svn-id: https://svn.roundcube.net/trunk@3196 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index a9ccbad83..9e07cf7d8 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -27,7 +27,7 @@ <div id="mailleftcontainer"> <div id="mailboxlist-container"> <div class="boxtitle"><roundcube:label name="mailboxlist" /></div> -<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /> +<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> </div> <script type="text/javascript"> |
