Hi,
Drupal allows us to specify a theme for admin pages, and whether to use that theme for content editing (see /admin/settings/admin.)
The attached patch allows revisioning to respect the user's setting and display revision edit pages in the admin theme.
Sorry about the globals - I'm not aware of any other way to do this.
| Comment | File | Size | Author |
|---|---|---|---|
| admin-theme.patch | 597 bytes | james.cartledge |
Comments
Comment #1
rdeboerThanks James!
I have included it in the development snapshot.
Comment #2
rdeboerNow available in 6.x-2.3
Comment #3
james.cartledge commentedThanks Rik
Comment #5
LSU_JBob commentedI'm using the slate theme that comes with the admin-6.x-1.0-beta5. My client loves the theme, but it does not use the admin theme when editing revisions of nodes or seeing the list of all revisions of a node.
I'm using Revisioing 6.x-3.11.
Halp!
Comment #6
LSU_JBob commentedHappy Day, I figured it out.
If you are using the admin-6.x-1.0-beta5 module still, you must roll a custom module and include this hook_init() in it:
Comment #7
rdeboerCool.great you found a solution and that it has nothing to do with Revisioning.