diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-27 09:11:05 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-27 09:11:05 +0200 |
commit | 57d1d60ef1620c330510c61890167cbb53b64648 (patch) | |
tree | 2bdb497f681a5952dc57fea4dac0e4fa11bb2503 /skins/classic/templates | |
parent | dc56c500755525de9d33970204749597a8b8f5c7 (diff) |
Added toolbar container on attachment preview page
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/messagepart.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/templates/messagepart.html b/skins/classic/templates/messagepart.html index f768d1703..9f2215679 100644 --- a/skins/classic/templates/messagepart.html +++ b/skins/classic/templates/messagepart.html @@ -18,6 +18,7 @@ <div id="messagetoolbar"> <roundcube:button command="download" type="link" class="button download" classAct="button download" classSel="button downloadSel" title="download" content=" " /> <roundcube:button command="print" type="link" class="button print" classAct="button print" classSel="button printSel" title="print" content=" " /> + <roundcube:container name="toolbar" id="messagetoolbar" /> </div> <div id="mainscreen"> |