Templates have hard-coded paths to stylesheets.
For example, peerReviewBrowser.html
contains:
<link rel="stylesheet" href="/trac-mysql/chrome/common/css/code.css" type="text/css" media="screen, projector, print" />
<link rel="stylesheet" href="/trac-mysql/chrome/common/css/browser.css" type="text/css" media="screen, projector, print" />
Change History (9)
Status: |
new →
assigned
|
Summary: |
Templates have hard-coded references to stylesheets. →
Templates have hard-coded paths to stylesheets.
|
Cc: |
Ryan J Ollos added
|
Keywords: |
chrome web_ui genshi templates added
|
Owner: |
changed from Ryan J Ollos to Emma
|
Severity: |
normal →
trivial
|
Status: |
assigned →
new
|
Owner: |
changed from Emma to Yudivián Almeida Cruz
|
Cc: |
Yudivián Almeida Cruz added; Emma removed
|
Cc: |
dm@… added; Ryan J Ollos removed
|
Owner: |
changed from Yudivián Almeida Cruz to Ryan J Ollos
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
The templates that should have these hard-coded
link
elements removed fromhead
are:peerReviewBrowser.html
,peerReviewCommentCallback.html
,peerReviewMain.html
,peerReviewOptions.html
,peerReviewSearch.html
andpeerReviewView.html
. If those stylesheets are needed in those templates, they should be added using a call toadd_stylesheet
. I haven't looked as to whether that is already done, and whether the stylesheets are being added everywhere they are needed.If someone else would like to pickup this ticket and resolved the issue, feel free to do so.