Actions
Bug #64574
closedfelogin stdWrap for messages not working in external typoscript files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2015-01-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
stdWrap for messages in felogin, like:
plugin.tx_felogin_pi1.errorMessage_stdWrap.wrap = <p class="error-login">|</p>
does not work (the default wrap is used) when the TS code is put in an external file and then loaded with INCLUDE_TYPOSCRIPT like:
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:bhsiteconf/Configuration/TypoScript/Common/setup.felogin.t3s">
If it is put in the setup field of the TS template, it works.
Actions