summaryrefslogtreecommitdiff
path: root/templates/edit_content_comments_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_content_comments_inc.tpl')
-rw-r--r--templates/edit_content_comments_inc.tpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/edit_content_comments_inc.tpl b/templates/edit_content_comments_inc.tpl
deleted file mode 100644
index c30935d..0000000
--- a/templates/edit_content_comments_inc.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-{if $gBitSystem->isPackageActive('moderation') &&
- (
- ( $gBitSystem->isFeatureActive( 'comments_allow_owner_moderation' ) && $gContent->hasEditPermission() ) ||
- ( $gBitSystem->isFeatureActive( 'comments_allow_moderation' ) && ( $gBitUser->isAdmin() || $gContent->hasUserPermission('p_liberty_edit_comments') ) )
- )}
- {* comments_moderate_all we handle in comments_inc, no input value is required and its not an option *}
- <div class="row">
- {formlabel label="Moderate Comments" for="moderate_comments"}
- {forminput}
- <input type="checkbox" name="preferences_store[moderate_comments]" id="moderate_comments" value="y" {if $gContent->getPreference( 'moderate_comments' )}checked="checked"{/if} />
- {formhelp note="Comments will be hidden until you approve them."}
- {/forminput}
- </div>
-{/if}