Project

General

Profile

Bug #22470 » 14131_trunk.patch

Administrator Admin, 2010-04-15 21:14

View differences:

typo3/sysext/felogin/ext_typoscript_setup.txt (working copy)
changePasswordMessage_stdWrap {
wrap = <div>|</div>
}
cookie_warning_stdWrap {
wrap = <p style="color:red; font-weight:bold;">|</p>
}
# stdWrap for fe_users fields used in Messages
userfields {
username {
typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php (working copy)
// Process the redirect
if (($this->logintype === 'login' || $this->logintype === 'logout') && $this->redirectUrl && !$this->noRedirect) {
if (!$GLOBALS['TSFE']->fe_user->cookieId) {
$content .= '<p style="color:red; font-weight:bold;">' . $this->pi_getLL('cookie_warning', '', 1) . '</p>';
$content .= $this->cObj->stdWrap($this->pi_getLL('cookie_warning', '', 1), $this->conf['cookie_warning_stdWrap.']);
} else {
t3lib_utility_Http::redirect($this->redirectUrl);
}
(1-1/2)