]> err.no Git - scalable-opengroupware.org/commitdiff
minor fixes
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 5 Oct 2004 15:35:24 +0000 (15:35 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 5 Oct 2004 15:35:24 +0000 (15:35 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@360 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/UIxMailEditor.wox
SOGo/UI/Mailer/UIxMailToolbar.wox
SOGo/UI/Mailer/Version

index 6da63f7094c20036042885296b0193a980bd0da3..befb6164ee5cddb18f77fa5a3b1c6c59ae790c7d 100644 (file)
@@ -1,5 +1,11 @@
 2004-10-05  Helge Hess  <helge.hess@opengroupware.org>
 
+       * v0.9.22
+
+       * UIxMailToolbar.wox: added support for 'target' links
+
+       * UIxMailEditor.wox: use standard mail frame
+
        * v0.9.21
 
        * UIxMailTree: made toolbar configurable using 'toolbar' slot on the
index 715a322ce0d67c2d82fb40e4e1af93e5e03c0ec1..5ae767bca46d767a04366512b67c7b3db606553d 100644 (file)
@@ -6,10 +6,12 @@
   xmlns:uix="OGo:uix"
   xmlns:rsrc="OGo:url"
   xmlns:label="OGo:label"
-  className="UIxPageFrame"
+  className="UIxMailMainFrame"
   title="name"
+  const:hideFolderTree="1"
 >
   <h4>Mail Compose</h4>
-  <a rsrc:href="tbird_073_compose.png">screenshot</a>
+  <!-- a rsrc:href="tbird_073_compose.png">screenshot</a -->
+  <img rsrc:src="tbird_073_compose.png" alt="screenshot" />
 
 </var:component>
\ No newline at end of file
index e0c3a469c778e37801414586ad926b23f987ffa2..a625a2d45739741e8648a05717b03e0b01b648f1 100644 (file)
@@ -11,7 +11,7 @@
     <var:foreach list="toolbarConfig" item="toolbarGroup">
       <var:foreach list="toolbarGroup" item="buttonInfo">
         <td class="tb_icon"
-            ><a var:href="buttonInfo.link" 
+            ><a var:href="buttonInfo.link" var:target="buttonInfo.target"
                var:class="buttonInfo.cssClass"></a></td>
       </var:foreach>
       <td class="tb_spacer"> </td>
index 49f242e531df55a4ec8619c8424bdc414d69e19a..78237daff645932d2dc39c82a83a2f6fffffed9c 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=21
+SUBMINOR_VERSION:=22