replace moderate comments table with a subclass of the standard Plone folder-listing table. this basically breaks all functionality (filter, bulk actions) and kss actions are not working yet, but the pagination is working.

svn path=/plone.app.discussion/trunk/; revision=27698
This commit is contained in:
Timo Stollenwerk
2009-06-28 11:49:00 +00:00
parent 4cc26a6421
commit abb0334c1d
5 changed files with 596 additions and 14 deletions
@@ -8,6 +8,24 @@
<!-- Traversal adapter -->
<adapter factory=".traversal.ConversationNamespace" name="conversation" />
<!--
<browser:page
for="*"
class=".moderation.ReviewCommentsView"
name="view"
template="foldercontents.pt"
permission="cmf.ListFolderContents" />
-->
<browser:page
for="*"
class=".moderation.ReviewCommentsKSSView"
attribute="update_table"
name="reviewcomments_update_table"
permission="cmf.ManagePortal" />
<!-- Moderation view -->
<browser:page
for="Products.CMFCore.interfaces.ISiteRoot"