diff options
Diffstat (limited to 'skins/default/templates/managefolders.html')
-rw-r--r-- | skins/default/templates/managefolders.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/templates/managefolders.html b/skins/default/templates/managefolders.html index 93f3caabb..16379723e 100644 --- a/skins/default/templates/managefolders.html +++ b/skins/default/templates/managefolders.html @@ -26,8 +26,9 @@ <div class="settingspart"> <roundcube:label name="foldername" />: -<roundcube:object name="createfolder" form="subscriptionform" /> +<roundcube:object name="createfolder" form="subscriptionform" hintbox="rcmailaddfolderhint" /> <roundcube:button command="create-folder" type="input" class="button" label="create" /> +<div id="rcmailaddfolderhint" class="hint" style="margin-top:1em; height:16px"></div> </div> </div> |