web/views/basecomponents.py
changeset 6429 72669e7950c1
parent 6428 de95bbed8781
child 6437 d88be69179b8
--- 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):