From a81be1b534d2d3380330e1e8dec0b39683a49f12 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 14 Sep 2008 08:47:00 -0400 Subject: [PATCH] -small folder names abbreviation fixes --- skins/default/templates/compose.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index da8b457..7f1e1d6 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -137,7 +137,7 @@ <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" />: -- Gitblit v1.9.1