From 004ffac63fcc26ea1c3ff70e64a8ab626a09ec25 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 16 Jan 2013 10:45:59 +0000 Subject: Add parameter *DROP-UNFILTERED* to control whether unauthenticated comments are to be dropped immediately. --- templates/article.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/article.html b/templates/article.html index 2df9654..aed5406 100644 --- a/templates/article.html +++ b/templates/article.html @@ -67,7 +67,8 @@
+ name="{field-id|html-attr-value}" type="text" + {.section require-js}disabled="disabled"{.end} />
{.end} @@ -77,14 +78,14 @@
+ name="body" {.section require-js}disabled="disabled"{.end}>
+ class="comment-submit-button" {.section require-js}disabled="disabled"{.end} />
{.end} -- cgit v1.2.3