# HG changeset patch # User Sylvain Thénault # Date 1255416461 -7200 # Node ID 7272b793d7c9f4f4a9a266f6c27104641db88b9f # Parent 275feb5370c97dcc92d155059279354065777f70 3.6 updates diff -r 275feb5370c9 -r 7272b793d7c9 web/views/actions.py --- a/web/views/actions.py Fri Oct 09 16:46:44 2009 +0200 +++ b/web/views/actions.py Tue Oct 13 08:47:41 2009 +0200 @@ -366,7 +366,7 @@ # footer actions ############################################################### class PoweredByAction(action.Action): - id = 'poweredby' + __regid__ = 'poweredby' __select__ = yes() category = 'footer' diff -r 275feb5370c9 -r 7272b793d7c9 web/views/tabs.py --- a/web/views/tabs.py Fri Oct 09 16:46:44 2009 +0200 +++ b/web/views/tabs.py Tue Oct 13 08:47:41 2009 +0200 @@ -195,7 +195,7 @@ class PrimaryTab(primary.PrimaryView): - id = 'main_tab' + __regid__ = 'main_tab' title = None def is_primary(self):