Disable personal_bar actions
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / profiles / default / actions.xml
diff --git a/src/koehsel.theme/koehsel/theme/profiles/default/actions.xml b/src/koehsel.theme/koehsel/theme/profiles/default/actions.xml
new file mode 100644 (file)
index 0000000..bdc985f
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<object name="portal_actions" meta_type="Plone Actions Tool"
+   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
+
+ <object name="user" meta_type="CMF Action Category">
+  <object name="login" meta_type="CMF Action" i18n:domain="plone">
+   <property name="visible">False</property>
+  </object>
+  <object name="logout" meta_type="CMF Action" i18n:domain="plone">
+   <property name="visible">False</property>
+  </object>
+  <object name="join" meta_type="CMF Action" i18n:domain="plone">
+   <property name="visible">False</property>
+  </object>
+ </object>
+
+</object>