File: D:/HostingSpaces/RMourik/bassol.nl/CMS/CMSModules/Forums/Controls/Posts/PostListing.xml
<?xml version="1.0" encoding="utf-8" ?>
<grid>
<actions parameters="PostID">
<action name="view" caption="$General.View$" fonticonclass="icon-eye" fonticonstyle="allow" onclick="ViewPost({0}); return false;" />
<action name="delete" caption="$General.Delete$" fonticonclass="icon-bin" fonticonstyle="critical" confirmation="$Forums.PostListing.DeleteConfirm$" />
<action name="subposts" caption="$Forums.PostListing.Subposts$" fonticonclass="icon-bubble" externalsourcename="subposts" />
</actions>
<columns>
<column source="PostSubject" sort="PostSubject" maxlength="50" caption="$Forums.PostListing.PostSubject$" wrap="false" cssclass="main-column-100" >
<tooltip source="PostSubject" width="0" />
<filter type="text" size="450" />
</column>
<column source="PostUserName" caption="$general.user$" wrap="false" maxlength="50" >
<filter type="text" size="200" />
</column>
<column source="PostApproved" externalsourcename="PostApproved" caption="$Forums.PostListing.PostApproved$" wrap="false" style="text-align: center;" >
<filter type="bool" />
</column>
<column source="PostLastModified" caption="$general.modified$" wrap="false" style="text-align: center;" />
</columns>
<objecttype name="Forums.ForumPost" columns="PostID, PostForumID, PostSubject, PostApproved, PostThreadPostsAbsolute, PostLevel, PostUserName, PostLastModified" />
<options>
<key name="ShowSelection" value="true" />
<key name="DisplayFilter" value="true" />
</options>
</grid>