]> err.no Git - scalable-opengroupware.org/commitdiff
minor UI fix
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Oct 2004 14:06:15 +0000 (14:06 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Oct 2004 14:06:15 +0000 (14:06 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@395 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentView.wox
SOGo/UI/Scheduler/Version

index 25d67cc0ba025f3c916648c0fe88a308cad05a8e..4c05b67a9e2db361050af8157a67ce2c911362b5 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxAppointmentView.wox: insertBR for comments (v0.9.88)
+
 2004-10-12  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxAppointmentProposal.wox: use '1' instead of 'YES' in const
index 90cd422d3e334b331d9be8a123bd439d07de262d..58be703a7bb3e2de725294f5ad2b8c5ee9fe8bbc 100644 (file)
@@ -1,12 +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"
-  xmlns:label="OGo:label"
-  className="UIxPageFrame"
-  title="name"
+<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="name"
 >
   <table cellspacing="0" cellpadding="5" width="100%">
     <tr>
                   <var:string label:value="Comment" />:
                 </td>
                 <td align="left" bgcolor="#FFFFF0" class="aptview_text">
-                  <var:string value="appointment.comment" />
+                  <var:string value="appointment.comment" const:insertBR="1" />
                 </td>
               </tr>
             </table>
index 712dcd275d96078c4c0e438d5dea5c4db8c1d3a0..2504eba2baaaa3cb916c6c38bbfa422c33d783a7 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=87
+SUBMINOR_VERSION:=88
 
 # v0.9.84 requires libSOGoLogic    v0.9.12
 # v0.9.70 requires libNGExtensions v4.3.107