# HG changeset patch # User Aurelien Campeas # Date 1271931501 -7200 # Node ID dc6f3247bfc20f954cb85be5af89d88b1afc33c2 # Parent 68c33344581cd287c886c19e1a936bdb9e3e2c6a [lazy view] give it a proper hole node in the no spinbox case diff -r 68c33344581c -r dc6f3247bfc2 web/views/tabs.py --- a/web/views/tabs.py Wed Apr 21 17:25:26 2010 +0200 +++ b/web/views/tabs.py Thu Apr 22 12:18:21 2010 +0200 @@ -47,6 +47,8 @@ if show_spinbox: w(u'%s' % (tabid or vid, self._cw._('(loading ...)'))) + else: + w(u'
' % (tabid or vid)) w(u'' % (tabid or vid, xml_escape(self._cw.build_url(**urlparams)), xml_escape('%s (%s)') % (tabid or vid, self._cw._('follow this link if javascript is deactivated'))))