]> err.no Git - scalable-opengroupware.org/commitdiff
some on-click improvs
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 15 Feb 2005 00:33:06 +0000 (00:33 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 15 Feb 2005 00:33:06 +0000 (00:33 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@567 d1b88da0-ebda-0310-925b-ed51d893ca5b

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

index 4518c004773059df318d318d7003113eb82cac69..850d0c8b282c7c51efed2de435469a7e56f58ae7 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-15  Helge Hess  <helge.hess@opengroupware.org>
 
+       * UIxMailListView.wox: added a pointer cursor for rows and enabled an
+         on-click message opener on some cells (v0.9.112)
+
        * UIxMailListView.wox: added message row highlighting (v0.9.111)
 
        * UIxMailAccountView.wox, UIxMailAccountsView.wox: added a title-div
index f6aab58212c4bea84c2a9aea65c7b696725c103f..efb46889c83a34da137a0ba2f1e8dfd3be7371c7 100644 (file)
           <tr class="tableview" var:id="msgRowID"
               onmouseover="ml_highlight(this)"
               onmouseout="ml_lowlight(this)"
+              style="cursor: pointer;"
           >
             <td>
               <!-- this seems to break on Safari, it treats name==id? -->
               <input type="checkbox" var:name="msgRowID" value="0" 
                      onchange="toggleMailSelect(this)" />
             </td>
-            <td var:class="messageCellStyleClass">
+            <td var:class="messageCellStyleClass" var:onclick="clickedMsgJS">
               <div var:class="messageSubjectStyleClass" var:id="msgDivID">
                 <a href="#" var:onclick="clickedMsgJS">
                   <!-- Note: var:href="messageViewURL" (done by JS),
                 </a>
               </div>
             </td>
-            <td var:class="messageCellStyleClass">
+            <td var:class="messageCellStyleClass" var:onclick="clickedMsgJS">
               <!-- TODO: show compose links -->
               <!-- TODO: different color for internal vs external addrs -->
               <var:if condition="showToAddress" const:negate="YES">
               <entity name="nbsp" />
             </td>
            
-            <td var:class="messageCellStyleClass">
+            <td var:class="messageCellStyleClass" var:onclick="clickedMsgJS">
               <span class="mailer_datefield">
                 <var:string value="message.envelope.date" 
                             formatter="context.mailDateFormatter"/>
index b2060ee5bdc62d64cc7ac2783ae696fb7b56ab0a..e047dcaa3e5da97642cef3ae19a72f09d0925b9a 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=111
+SUBMINOR_VERSION:=112
 
 # v0.9.100 requires libNGMime        v4.5.213
 # v0.9.99  requires libNGMime        v4.5.212