This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.dms.batchimport/src/collective/dms/batchimport/profiles/default/controlpanel.xml

20 lines
654 B
XML

<?xml version="1.0"?>
<object
name="portal_controlpanel"
xlmns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domaine="collective.dms.batchimport"
purge="False">
<configlet
title="Batch Import"
action_id="collective.dms.batchimport"
appId="collective.dms.batchimport"
category="Plone"
condition_expr=""
url_expr="string:${portal_url}/@@batchimport-controlpanel"
icon_expr="string:${portal_url}/++resource++batchimport.png"
visible="True"
i18n:attributes="title">
<permission>Manage Portal</permission>
</configlet>
</object>