Disable personal_bar actions
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / profiles / default / actions.xml
1 <?xml version="1.0"?>
2 <object name="portal_actions" meta_type="Plone Actions Tool"
3    xmlns:i18n="http://xml.zope.org/namespaces/i18n">
4
5  <object name="user" meta_type="CMF Action Category">
6   <object name="login" meta_type="CMF Action" i18n:domain="plone">
7    <property name="visible">False</property>
8   </object>
9   <object name="logout" meta_type="CMF Action" i18n:domain="plone">
10    <property name="visible">False</property>
11   </object>
12   <object name="join" meta_type="CMF Action" i18n:domain="plone">
13    <property name="visible">False</property>
14   </object>
15  </object>
16
17 </object>