* Mailbox view -- onClick is now implemented by a JavaScript function which
authorArt Cancro <ajc@citadel.org>
Thu, 3 Nov 2005 04:47:28 +0000 (04:47 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 3 Nov 2005 04:47:28 +0000 (04:47 +0000)
commitadd92c77a600c238aaa40c3e5d09db01080eeb4b
tree80d6576d7294a496827fbc17325fc89e36ebcf25
parent00f5c207a4653652d403cd3ac03ad93b4a03f1df
* Mailbox view -- onClick is now implemented by a JavaScript function which
  is defined in wclib.js -- now, it not only handles the Ajax load of the
  message into the preview pane, but it also highlights the table row, and
  remembers the highlighting so it can be turned off when another row is
  selected.  This is if course a prelude to ajaxifying the table...
webcit/ChangeLog
webcit/messages.c
webcit/static/wclib.js