Project

General

Profile

Bug #21945 » 13211_v2.diff

Administrator Admin, 2010-01-14 00:22

View differences:

typo3/sysext/t3skin/resources/login.js (working copy)
TYPO3BackendLogin.setVisibilityOfClearIcon($('t3-password'), $('t3-password-clearIcon'));
TYPO3BackendLogin.checkForLogintypeCookie();
TYPO3BackendLogin.checkForInterfaceCookie();
$('t3-username').activate();
},
/**
......
$('t3-login-interface-section').hide();
}
$('t3-username').activate();
TYPO3BackendLogin.setLogintypeCookie('openid');
},
......
if ($('t3-login-interface-section')) {
$('t3-login-interface-section').show();
}
$('t3-username').activate();
TYPO3BackendLogin.setLogintypeCookie('username');
},
(2-2/2)