source: products/qPloneComments/branches/jcbrand-abuseFeature/browser/configure.zcml @ 1591

Last change on this file since 1591 was 942, checked in by crchemist, 17 years ago

replace ie fix condition to proper in plones

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