]> err.no Git - scalable-opengroupware.org/commitdiff
fixed some table layout issue
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 3 Dec 2004 00:42:24 +0000 (00:42 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 3 Dec 2004 00:42:24 +0000 (00:42 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@458 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/UIxFilterList.wox
SOGo/UI/Mailer/UIxMailEditor.m
SOGo/UI/Mailer/Version

index 1794ae5bef32d6ebd4a21b0fccb3c99488cd0672..a6cca0fea9c0d580567b1282548065a3173e2c17 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-03  Helge Hess  <helge.hess@skyrix.com>
+
+       * UIxFilterList.wox: minor fix to table layout (v0.9.67)
+
 2004-11-28  Helge Hess  <helge.hess@skyrix.com>
 
        * UIxFilterList.m: use toOneRelationshipKeys to retrieve the filters
index 9f2deb810aad51e8f57746008ee9128a64a74c43..1306ab495ababd69551970714e6c9fea4b7ab3f6 100644 (file)
@@ -27,7 +27,7 @@
           </td>
         </tr>
         <tr class="tableview">
-          <td colspan="6" class="tbtv_navcell" align="right">
+          <td colspan="2" class="tbtv_navcell" align="right">
             <var:string value="filters.count" />
             <var:string label:value="filters" />
           </td>
@@ -35,7 +35,7 @@
        
         <var:foreach list="filters" item="filter">
           <tr class="tableview" var:id="msgRowID">
-            <td>
+            <td colspan="2">
               <a href="#" var:onclick="clickedFilterJS">
                 <var:string value="filter" />
               </a>
index bf1a6208b3dcde83ba727a8fc273782c4b7a319f..7e523c3071cad898a033f1831353a39af73f5ee9 100644 (file)
@@ -237,6 +237,8 @@ static NSArray *infoKeys = nil;
     return error;
   
   // if everything is ok, close the window (send a JS closing the Window)
+#warning TODO: send window close JavaScript
+  [self logWithFormat:@"TODO: should close the send window"];
   return self;
 }
 
index d67abc490beab3b63b7dad99c488d09a841697d7..79f209d1478ee2589d15a93b45622ce2d00c8b3f 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=65
+SUBMINOR_VERSION:=67
 
 # v0.9.50 requires libNGMime   v4.3.190
 # v0.9.43 requires libNGObjWeb v4.3.73