Ignore:
Timestamp:
Oct 2, 2009 2:00:21 PM (15 years ago)
Author:
crchemist
Message:

hide 'Recent comments' tab and 'Enable Manager moderation' checkbox for manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins/quintagroup_plonecomments/prefs_recent_comments_form.cpt

    r822 r1318  
    1212    <div metal:define-macro="main"> 
    1313    <div class="configlet"> 
    14     <div class="documentEditable" 
    15          tal:condition="python:checkPermission('Moderate Discussion', here)"> 
     14    <div class="documentEditable"> 
    1615    <!-- simulating views on the configure/comments pages until we have real objects. --> 
    1716    <ul class="contentViews"> 
     
    3534 
    3635    <div class="documentContent" metal:define-slot="prefs_content" 
     36         tal:condition="python:checkPermission('Moderate Discussion', here)" 
    3737         tal:define ="results python:here.portal_catalog.searchResults(portal_type='Discussion Item',review_state='private',sort_on='created',sort_order='reverse');"> 
    3838 
Note: See TracChangeset for help on using the changeset viewer.