Author: gjm
Date: Wed Jun 13 16:32:17 2012
New Revision: 1349953
URL: http://svn.apache.org/viewvc?rev=1349953&view=rev
Log:
theme: reuse dashboard copy of bootstrap - towards #77 (from olemis)
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1349953&r1=1349952&r2=1349953&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
Wed Jun 13 16:32:17 2012
@@ -28,7 +28,7 @@
${Markup('<![endif]-->')}
${select("*[local-name() != 'title']")}
- <link rel="stylesheet" href="${href.chrome('theme/bootstrap.css')}"
type="text/css" />
+ <link rel="stylesheet"
href="${href.chrome('dashboard/css/bootstrap.css')}" type="text/css" />
<script src="${href.chrome('theme/scripts/theme.js')}"
type="text/javascript"></script>
Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py?rev=1349953&r1=1349952&r2=1349953&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Wed Jun 13
16:32:17 2012
@@ -214,7 +214,7 @@ class BloodhoundTheme(ThemeBase):
def _modify_roadmap_css(self, req, template, data, content_type,
is_active):
"""Insert roadmap.css
"""
- add_stylesheet(req, 'dashboard/roadmap.css')
+ add_stylesheet(req, 'dashboard/css/roadmap.css')
class QuickCreateTicketDialog(Component):
implements(IRequestFilter, IRequestHandler)