Actions
Bug #22120
closedabsRefPrefix is not added to inline CSS url
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If config.absRefPrefix = http://test.org/ is set in typoscript
background-image:url(abs.png);
in the templated is replaced by
background-image:url(fileadmin/templates/abs.png);
But it should be
background-image:url(http://test.org/fileadmin/templates/abs.png);
config.absRefPrefix = http://test.org/
plugin.tx_automaketemplate_pi1 {
content = FILE
content.file = fileadmin/templates/abs.html
elements {
BODY.all = 1
HEAD.all = 1
HEAD.rmTagSections = title
TD.all = 1
}
relPathPrefix = fileadmin/templates/
}
- Default PAGE object:
page = PAGE
page.typeNum = 0
page.config.disableAllHeaderCode=1
page.10 =< plugin.tx_automaketemplate_pi1
(issue imported from #M13540)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.3
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions