Closed (fixed)
Project:
Privatemsg
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2009 at 18:38 UTC
Updated:
22 Oct 2009 at 22:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mr.andrey commentedIt also seems a bit odd to display "Subject" and "Last Updated" headings when there are no new messages.
Wouldn't it be better to just render the "no new messages" text by itself?
I can alter these things through template.php, but it seems to make sense to me to have them like that as default.
Best,
Andrey.
Comment #2
berdirI agree with the class, could you create a patch for that?
http://drupal.org/patch/create
However, I think displaying the message inside the table makes sense, core also does that at admin/content/node.
Also, keep in mind that the "empty" message is also displayed if you filter the messages and there are no "matches".
Comment #3
berdirI choose the class name privatemsg-list-select, to have it prefixed and it's not a select all, just a select :)
Comment #4
berdirFixed in 6.x-1.x-dev and 7.x-1.x-dev. Note that I accidentally committed some changes to privatemsg.module to fix D7 compatibility because of a fapi change in http://drupal.org/cvs?commit=264312.
For the reference, D7 now requires function($form, &$form_state, $more_args) when you use drupal_get_form() with additional params.