Closed (works as designed)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2009 at 06:27 UTC
Updated:
1 Jun 2009 at 19:31 UTC
Comments
Comment #1
dwwIt's rendered via a theme template file. How much more theme friendly can it get? ;) If you copy the file into your theme's directory, you can edit the markup to your heart's content.
Comment #2
kanato commentedHuh, I didn't see the tpl file in there. I guess it'd be nice if the default was had a couple more elements to make theming easier, but it's not critical.
Is there a variable which contains the full project name available for use in overriding that code?
Comment #3
grobemo commentedThe relevant .tpl.php file is in the theme/ subdirectory of the project_issue/ directory. It's called project-issue-issue-cockpit.tpl.php.
To theme the issue cockpit, copy that file to your theme's directory and clear the cache. The project_issue module caches the contents of the block (on a per page basis, I think), so you won't see any changes unless you clear the cache.