+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)
<?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:
<?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:
<?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:
# $Id$
-SUBMINOR_VERSION:=10
+SUBMINOR_VERSION:=12