--- a/web/views/cwsources.py Fri Feb 18 10:27:34 2011 +0100
+++ b/web/views/cwsources.py Fri Feb 18 12:40:17 2011 +0100
@@ -30,6 +30,11 @@
from cubicweb.web import uicfg
from cubicweb.web.views import tabs, actions
+
+_abaa = uicfg.actionbox_appearsin_addmenu
+_abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_schema', '*'), False)
+_abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_for_source', '*'), False)
+
# source primary views #########################################################
_pvs = uicfg.primaryview_section