]> err.no Git - scalable-opengroupware.org/commitdiff
removed some more unsupported functionality
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 26 Jan 2005 21:20:17 +0000 (21:20 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 26 Jan 2005 21:20:17 +0000 (21:20 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@500 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/UIxMailListView.wox
SOGo/UI/Mailer/Version

index 5dbef489d720db2ffbe04211a16a92f8d9529f64..7f8b7da46f9228d7202495e731b0f3f8e30baad4 100644 (file)
@@ -1,5 +1,8 @@
 2005-01-26  Helge Hess  <helge.hess@skyrix.com>
 
+       * UIxMailListView.wox: removed unused mail checkboxes and folder-tree
+         popup (#1211) (v0.9.74)
+
        * disabled some unsupported buttons and template elements (#1209,
          #1210, #1207, #1208) (v0.9.73)
 
index 799de8a52de189f06ae4173e86a0ae0800aef042..2c7ebeca4894fadbb88e7389f6fae8322dbccdbd 100644 (file)
         <var:foreach list="messages" item="message">
           <tr class="tableview" var:id="msgRowID">
             <td>
+<!-- enable once we have buttons and functionality to actually move sth #1211
               <input type="checkbox"
                      var:value="msgRowID"
                      const:checked="NO"
                      const:name="selectedRows"
                      onclick="javascript:toggleRowSelectionStatus(this);"
               />
+-->
             </td>
             <td>
               <var:if condition="isMessageRead">
                            rootNodes="clientObject.treeNavigationNodes"
             />
 -->
+<!-- enable once we have buttons and functionality to actually move sth #1211
             <var:popup const:name="moveto" const:id="moveto"
                        list="clientObject.mailAccountFolder.allFolderPathes"
                       item="item" value="item" displayString="item" />
+-->
           </td>
         </tr>
       </table>
index 8e97ef97a66364fa87f6e3f3c1a72eb6d70a7a11..e1738a6e493abe887f7c36b71b8cc98642b6b4bc 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=73
+SUBMINOR_VERSION:=74
 
 # v0.9.70 requires NGExtensions v4.5.136
 # v0.9.69 requires libNGMime    v4.5.203