diff options
author | Stephan Geulette <s.geulette@imio.be> | 2013-01-28 09:34:40 (GMT) |
---|---|---|
committer | Stephan Geulette <s.geulette@imio.be> | 2013-01-28 09:34:40 (GMT) |
commit | 307f0901ce3cd22ff95b8a539b09c32949b8b678 (patch) | |
tree | 3a95f3eeae1cec75ab9950423373d679903688ef | |
parent | ae7ead40ec38708d79b7a0b1cc677f3b3187a40e (diff) | |
download | collective.dms.batchimport-307f0901ce3cd22ff95b8a539b09c32949b8b678.zip collective.dms.batchimport-307f0901ce3cd22ff95b8a539b09c32949b8b678.tar.gz collective.dms.batchimport-307f0901ce3cd22ff95b8a539b09c32949b8b678.tar.bz2 |
change configlet category to differentiate more clearly the product configuration
-rw-r--r-- | src/collective/dms/batchimport/profiles/default/controlpanel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collective/dms/batchimport/profiles/default/controlpanel.xml b/src/collective/dms/batchimport/profiles/default/controlpanel.xml index 69c186f..89d58f2 100644 --- a/src/collective/dms/batchimport/profiles/default/controlpanel.xml +++ b/src/collective/dms/batchimport/profiles/default/controlpanel.xml @@ -9,7 +9,7 @@ title="Batch Import" action_id="collective.dms.batchimport" appId="collective.dms.batchimport" - category="Plone" + category="Products" condition_expr="" url_expr="string:${portal_url}/@@batchimport-controlpanel" icon_expr="string:${portal_url}/++resource++batchimport.png" |