Closed (fixed)
Project:
Drupal core
Component:
profile.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 May 2005 at 04:09 UTC
Updated:
9 Jun 2005 at 19:15 UTC
Jump to comment: Most recent file
One reason our profile page look lame today is that there is no visual or semantic grouping around a profile 'category'. This one line patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | profile_box.patch | 605 bytes | moshe weitzman |
| profile.group.patch | 634 bytes | moshe weitzman |
Comments
Comment #1
breyten commentedelements are only allowed in forms though. But I agree that the grouping should be improved.
Comment #2
breyten commentedI really meant fieldset elements. Sorry!
Comment #3
Bèr Kessels commentedIMO we should wait a little more with this, iuntill we have theme wrapper. I have code already to creatre a patch for the profiles which will use the theme_wrapper. It will also allow a bit better themeing og the profile pages.
You can already see the DOM and the possibilities of the theme here: http://84.244.1.246. That uses theme_wrapper , amongst others
Comment #4
moshe weitzman commentedCome on Ber. You want to wait on a 1 line patch? Beware of introducing dependencies that aren't strictly necessary. This one line can be changed again later. No big deal.
Comment #5
moshe weitzman commentedThis time using theme('box') since form_group() is not valid outside of a form (thanks breyten).
Comment #6
dries commentedCommitted to HEAD. Thanks.
Comment #7
(not verified) commented