Closed (fixed)
Project:
Privatemsg
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2009 at 01:06 UTC
Updated:
8 Feb 2009 at 22:40 UTC
This is a really minor issue (for most). I need a class on the "Delete message" link when viewing a message thread. Unfortunately the links don't go through the theme system (bad!) until they're all in a UL string. So unless I want to A) recreate the entire list or B) use a regex, I'm pretty well out of luck.
This patch does not fix the larger problem of theming the links, but it does add a class to the delete link so I can place an "X" icon next it with CSS.
| Comment | File | Size | Author |
|---|---|---|---|
| privatemsg_delete_class.patch | 431 bytes | quicksketch |
Comments
Comment #1
berdirHm. I could move the adding of the message links in my api patch from the view_alter hook to the load hook. That does make sense anyway and would allow to change/alter them.
Comment #2
berdirHm no, after thinking a bit more about it, it's not really useful because the links are only needed when the message is displayed.
Comment #3
litwol commentedCommited.
Thanks!