Posted by mbriney on September 23, 2010 at 4:05pm
4 followers
| Project: | CiviCRM Theme |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | kurund |
| Status: | active |
Issue Summary
It seems the dashboard would be best included also under the admin theme for CiviCRM. I have added an additional case to the module code and have submitted a patch to add this functionality.
| Attachment | Size |
|---|---|
| civicrm_theme.module.zip | 1.24 KB |
Comments
#1
I made some additional enhancements to the module to put all of the import pages, search pages and report pages also under the admin theme. Here is the patch.
#2
Can you rework this patch on latest version. Also it would be good if you can mention in detail about the functionality that you have implemented.
#3
I'm testing @mbriney's patch in comment #1.
@mbriney's patch assumes the theme name is "civicrm_theme". My patch fixes that.
It doesn't cater for the Case component, etc. Also, this patch changes the onus: the module assumes an admin theme unless the page is public; the patch assumes the CiviCRM theme unless the path is an Admin path.
Ken
#4
Patch in #3 works for me with admin_theme 6.x-1.3 (latest stable release).
EDIT - Please ignore that comment - wrong thread!