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