diff -r 18bcb98d129a -r 614f23606091 web/views/tabs.py --- a/web/views/tabs.py Fri Apr 15 12:58:31 2011 +0200 +++ b/web/views/tabs.py Mon Apr 18 19:34:20 2011 +0200 @@ -127,8 +127,8 @@ if entity and len(self.cw_rset) > 1: entity.view(default, w=self.w) return - self._cw.add_css('ui.tabs.css') - self._cw.add_js(('ui.core.js', 'ui.tabs.js', 'cubicweb.ajax.js')) + self._cw.add_css('jquery.ui.css') + self._cw.add_js(('jquery.ui.js', 'cubicweb.ajax.js')) # prune tabs : not all are to be shown tabs, active_tab = self.prune_tabs(tabs, default) # build the html structure @@ -148,7 +148,6 @@ if domid == active_tab: active_tab_idx = i w(u'') - w(u'') for tabid, domid, tabkwargs in tabs: w(u'