Actions
Bug #22684
closed"User Settings" doesn't have CSS style
Start date:
2010-05-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Sorry if double posting, couldn't seem to find this issue.
Using revision 7641 (and before) the "User Settings" module is lacking of CSS due to wrong path for the compressor made CSS styles.
From
typo3/ext/setup/mod/index.php
the css is tried to be reached by the address
<link rel="stylesheet" type="text/css" href="../typo3temp/compressor/element_csh-3d889fbcb8e616b940bdf33f8e49fbe2.css.gzip" media="all" />
Solution:
-------------
There should be a <base.. > or the links should be generated with a absolute url?
(issue imported from #M14437)
Files
Actions