Active
Project:
CiviCRM Theme
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Sep 2010 at 16:05 UTC
Updated:
5 Sep 2011 at 09:48 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | civicrmtheme.module.patch | 3.73 KB | kenwest |
| #1 | civicrm_theme.module.zip | 1.3 KB | mbriney |
| civicrm_theme.module.zip | 1.24 KB | mbriney |
Comments
Comment #1
mbriney commentedI 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.
Comment #2
kurund commentedCan 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.
Comment #3
kenwest commentedI'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
Comment #4
mrfelton commentedPatch in #3 works for me with admin_theme 6.x-1.3 (latest stable release).
EDIT - Please ignore that comment - wrong thread!