From 57d1d60ef1620c330510c61890167cbb53b64648 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 27 Jun 2013 03:11:05 -0400
Subject: [PATCH] Added toolbar container on attachment preview page

---
 skins/larry/templates/messagepart.html   |    1 +
 skins/classic/templates/messagepart.html |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/skins/classic/templates/messagepart.html b/skins/classic/templates/messagepart.html
index f768d17..9f22156 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">
diff --git a/skins/larry/templates/messagepart.html b/skins/larry/templates/messagepart.html
index 8c75e60..d0e3a80 100644
--- a/skins/larry/templates/messagepart.html
+++ b/skins/larry/templates/messagepart.html
@@ -13,6 +13,7 @@
 <div id="messagetoolbar" class="toolbar fullwidth">
 	<roundcube:button command="download" type="link" class="button download disabled" classAct="button download" classSel="button download pressed" label="download" />
 	<roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" />
+	<roundcube:container name="toolbar" id="messagetoolbar" />
 </div>
 
 <div id="messagepartheader" class="uibox listbox">

--
Gitblit v1.9.1