Bug #22470 » 14131_trunk_v2.patch
typo3/sysext/felogin/ext_typoscript_setup.txt (working copy) | ||
---|---|---|
changePasswordMessage_stdWrap {
|
||
wrap = <div>|</div>
|
||
}
|
||
cookieWarning_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['cookieWarning_stdWrap.']);
|
||
} else {
|
||
t3lib_utility_Http::redirect($this->redirectUrl);
|
||
}
|
- « Previous
- 1
- 2
- Next »