]> err.no Git - scalable-opengroupware.org/commitdiff
fixed broken 'title' bindings
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 26 Sep 2004 19:48:09 +0000 (19:48 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 26 Sep 2004 19:48:09 +0000 (19:48 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@317 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/Main/ChangeLog
SOGo/Main/SOGoGroupPage.wox
SOGo/Main/SOGoGroupsPage.wox
SOGo/Main/SOGoUserHomePage.wox
SOGo/Main/Version

index 413a2264708a6454fbd193b9ef69354883a4edfa..d265c4c5bcfbba6226ad0cfbe35d9815eba413c5 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
+
+       * fixed title bindings to const: in .wox (should be label:?) (v0.9.12)
+
 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
 
        * sogod.m: fixed a compile warning on OSX (v0.9.11)
index a1d168662de01dde67ef62ade10a2f5c86687426..3a8d7365803761ec0800acd28634204ad4284f6c 100644 (file)
@@ -1,10 +1,11 @@
 <?xml version='1.0' standalone='yes'?>
-<var:component xmlns="http://www.w3.org/1999/xhtml"
-               xmlns:var="http://www.skyrix.com/od/binding"
-               xmlns:const="http://www.skyrix.com/od/constant"
-               xmlns:uix="OGo:uix"
-               className="UIxPageFrame"
-               title="SOGo User Homepage"
+<var:component
+  xmlns="http://www.w3.org/1999/xhtml"
+  xmlns:var="http://www.skyrix.com/od/binding"
+  xmlns:const="http://www.skyrix.com/od/constant"
+  xmlns:uix="OGo:uix"
+  className="UIxPageFrame"
+  const:title="SOGo User Homepage"
 >
   <h3 class="window_label">
     OpenGroupware.org: 
index 4328209c0905cef8049fa294dbb2be0dc7f76a55..5b102100302448ee2fe38a6743d3ea55e8196391 100644 (file)
@@ -1,10 +1,11 @@
 <?xml version='1.0' standalone='yes'?>
-<var:component xmlns="http://www.w3.org/1999/xhtml"
-               xmlns:var="http://www.skyrix.com/od/binding"
-               xmlns:const="http://www.skyrix.com/od/constant"
-               xmlns:uix="OGo:uix"
-               className="UIxPageFrame"
-               title="SOGo User Homepage"
+<var:component
+  xmlns="http://www.w3.org/1999/xhtml"
+  xmlns:var="http://www.skyrix.com/od/binding"
+  xmlns:const="http://www.skyrix.com/od/constant"
+  xmlns:uix="OGo:uix"
+  className="UIxPageFrame"
+  const:title="SOGo User Homepage"
 >
   <h3 class="window_label">
     OpenGroupware.org: 
index c657ec2b6d06533e0097995c5233012db48c9686..2130a915a5365d7e137991f6cdcce1e2b0158676 100644 (file)
@@ -1,11 +1,12 @@
 <?xml version='1.0' standalone='yes'?>
-<var:component xmlns="http://www.w3.org/1999/xhtml"
-               xmlns:var="http://www.skyrix.com/od/binding"
-               xmlns:const="http://www.skyrix.com/od/constant"
-               xmlns:uix="OGo:uix"
-               xmlns:label="OGo:label"
-               className="UIxPageFrame"
-               title="SOGo User Homepage"
+<var:component
+  xmlns="http://www.w3.org/1999/xhtml"
+  xmlns:var="http://www.skyrix.com/od/binding"
+  xmlns:const="http://www.skyrix.com/od/constant"
+  xmlns:uix="OGo:uix"
+  xmlns:label="OGo:label"
+  className="UIxPageFrame"
+  const:title="SOGo User Homepage"
 >
   <h3 class="window_label">
     OpenGroupware.org: 
index 317960a726fc24e656b0d801367866c318018c26..9cef79939ea704d51f0e6725b9964991d0cafe31 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=10
+SUBMINOR_VERSION:=12