css class for hook_user() view
ariflukito - September 18, 2008 - 07:35
| Project: | Domain Access |
| Version: | 5.x-1.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi ken, this one is very minor and d5 only.
From the hook_user() documentation:
* view": An associative array of associative arrays. The outer array should be keyed by category name. The interior array(s) should have a unique textual key and have 'title', 'value' and 'class' elements. See theme_user_profile() and an example at user_user() In domain_user() only 'title' and 'value' are defined, the 'class' element is not defined.

#1
Fair enough. Class is now 'status', which prints to HTML as 'domain-status'.
Committed to 5.x
#2
Automatically closed -- issue fixed for two weeks with no activity.