source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/browser/configure.zcml @ 1201

Last change on this file since 1201 was 1201, checked in by liebster, 15 years ago

Added "report abuse" feature contributed by jcbrand.

File size: 580 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    xmlns:kss="http://namespaces.zope.org/kss"
5    i18n_domain="quintagroup.plonecomments">
6
7    <browser:page
8        for="*"
9        attribute="submit_abuse_report"
10        class=".comments.CommentsKSS"
11        name="kss_submit_abuse_report"
12        permission="zope2.View"
13        />
14
15    <kss:action
16        name="remove_abuse_report_form"
17        command_factory="selector"
18        jsfile="../skins/quintagroup_plonecomments/qcomments.js"
19        />
20
21</configure>
Note: See TracBrowser for help on using the repository browser.