Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-07-30 10:05:49 +0300
committerAleksander Machniak <alec@alec.pl>2016-07-30 10:05:49 +0300
commitebc2f5dc7d411efd09e16de5cc3f51b54fbf1235 (patch)
treeea14e5ae40ef1f0bfe1547b7b5aed9d784be5f80 /skins/larry/templates
parenta576ca266418d037a3b41d9d1330ef723885b468 (diff)
Add possibility to rename attachments in mail compose (#4996)
... and fix some small issues related to the new compose attachment menu feature
Diffstat (limited to 'skins/larry/templates')
-rw-r--r--skins/larry/templates/compose.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index 4adc325d2..c00ca082a 100644
--- a/skins/larry/templates/compose.html
+++ b/skins/larry/templates/compose.html
@@ -224,6 +224,7 @@
<ul class="toolbarmenu" id="attachmentoptionsmenu" role="menu">
<roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="icon" classAct="icon active" innerclass="icon extwin" />
<roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="icon" classAct="icon active" innerclass="icon download" />
+ <roundcube:button command="rename-attachment" id="attachmenurename" type="link-menuitem" label="rename" class="icon" classAct="icon active" innerclass="icon rename" />
<roundcube:container name="attachmentmenu" id="attachmentoptionsmenu" />
</ul>
</div>