diff -r de95bbed8781 -r 72669e7950c1 web/views/basecomponents.py --- a/web/views/basecomponents.py Sat Oct 09 00:38:02 2010 +0200 +++ b/web/views/basecomponents.py Sat Oct 09 00:38:07 2010 +0200 @@ -126,7 +126,7 @@ self.w(self._html % (self._cw._('login / password'), self.loginboxid, self._cw._('i18n_login_popup'))) self.wview('logform', rset=self.cw_rset, id=self.loginboxid, - klass='hidden', title=False, showmessage=False) + klass='%s hidden' % self.loginboxid, title=False, showmessage=False) class HTTPLoginComponent(CookieLoginComponent):