]> err.no Git - scalable-opengroupware.org/commitdiff
fixed viewer
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 28 Oct 2004 13:28:50 +0000 (13:28 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 28 Oct 2004 13:28:50 +0000 (13:28 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@439 d1b88da0-ebda-0310-925b-ed51d893ca5b

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

index 2044075b48f26972caf36443406ac94665791129..2676dedfdd348c6c39506f57e6e59f54ad2b1b77 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Helge Hess  <helge.hess@skyrix.com>
+
+       * UIxMailListView.wox: fixed viewer activation for unread mails
+         (v0.9.55)
+
 2004-10-28  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailMoveToPopUp.m: fixed header (v0.9.54)
index 895406df797faa3755d32cb1a4f9f5362493c76b..1b03579067801ed9ee63d1a1f484fd0d798779ac 100644 (file)
                 </div>
               </var:if>
               <var:if condition="isMessageRead" const:negate="YES">
-                <div class="mailer_unreadmailsubject">
+                <div class="mailer_unreadmailsubject" var:id="msgDivID">
                   <!-- Note: var:href="messageViewURL" (done by JS) -->
-                  <a href="#" var:onclick="messageViewJS">
+                  <a href="#" var:onclick="clickedMsgJS">
                     <var:string value="message.envelope.subject"
                                 formatter="context.mailSubjectFormatter"/>
                   </a>
index a6a5775501a310b2ec663aafe8ec53ab3bdf0ee8..572e0a09ebe8f41b0fb8176f89df2d222f1837da 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=54
+SUBMINOR_VERSION:=55
 
 # v0.9.50 requires NGMime   v4.3.190
 # v0.9.43 requires NGObjWeb v4.3.73