Changeset 854
- Timestamp:
- 04/26/07 07:57:22
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/trunk/skins/qplonecomments/prefs_comments_setup_form.cpt
r613 r854 12 12 <div metal:define-macro="main" i18n:domain="plonecomments"> 13 13 <div class="configlet"> 14 <div class="documentEditable"> 14 <div class="documentEditable" 15 tal:condition="python:checkPermission('Moderate Discussion', here)"> 15 16 16 17 <!-- simulating views on the configure/comments pages until we have real objects. --> qPloneComments/trunk/skins/qplonecomments/prefs_recent_comments_form.cpt
r805 r854 12 12 <div metal:define-macro="main"> 13 13 <div class="configlet"> 14 <div class="documentEditable"> 14 <div class="documentEditable" 15 tal:condition="python:checkPermission('Moderate Discussion', here)"> 15 16 <!-- simulating views on the configure/comments pages until we have real objects. --> 16 17 <ul class="contentViews">
