]> err.no Git - scalable-opengroupware.org/commitdiff
fixed some missing namespace declarations
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 10 Feb 2005 21:11:23 +0000 (21:11 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 10 Feb 2005 21:11:23 +0000 (21:11 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@542 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/GNUmakefile.postamble
SOGo/UI/Mailer/UIxMailPartLinkViewer.wox
SOGo/UI/Mailer/UIxMailPartMessageViewer.wox
SOGo/UI/Mailer/Version

index c5de300d35faabe58f546ae77831340229fa3455..da3892aca35e71de08fe0a7a971785027e938f39 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-10  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailPartLinkViewer.wox, UIxMailPartMessageViewer.wox: added
+         missing 'label' namespace declaration (v0.9.98)
+
 2005-02-09  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailReplyAction.m: implemented a content-reply (v0.9.97)
index 4221634c62ef66e249e2dce87c27af7c4a9987fa..c35c4d5eab4f6b5a43e13e4b8c60fe969781c8c0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# post processing
 
 validate-wox:
        xmllint --noout *.wox
index 72528b4040d2611e52177a178454ff6ac7a9c75d..452bb2ecf2cc275cf00d278f4457c1b36b235817 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" standalone="yes"?>
 <div xmlns="http://www.w3.org/1999/xhtml"
      xmlns:var="http://www.skyrix.com/od/binding"
+     xmlns:label="OGo:label"
      class="linked_attachment_frame"
 >
   <div class="linked_attachment_body">
index 73c7d0adf0e6761c604d242b257df59aed596ef8..e42ccbfd4d524164e5fd1be3413afa322ab900ca 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" standalone="yes"?>
 <div xmlns="http://www.w3.org/1999/xhtml"
      xmlns:var="http://www.skyrix.com/od/binding"
+     xmlns:label="OGo:label"
      class="linked_attachment_frame"
 >
   <div class="linked_attachment_body">
index 4021447e542bd02bf475f299f68edfc8489b8b66..d1a68c8c5ec898ad70ec3e99cded527b1ba513a7 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=97
+SUBMINOR_VERSION:=98
 
 # v0.9.97 requires SoObjects/Mailer v0.9.71
 # v0.9.97 requires libNGExtensions  v4.5.142