From 181a3d6918711e91c1e5da28f1af123b649c7825 Mon Sep 17 00:00:00 2001 From: init Date: Fri, 18 Apr 2003 16:12:50 +0000 Subject: [PATCH] radiobuttons for comment-status --- templates/admin/commentlist.template | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/templates/admin/commentlist.template b/templates/admin/commentlist.template index db6cd88f..0dbd7a3e 100755 --- a/templates/admin/commentlist.template +++ b/templates/admin/commentlist.template @@ -118,9 +118,11 @@ ${utility.encodeHTML(entry.to_content.title)} - (${lang("articletypes."+entry.to_content.article_type.name)})
+ (${lang("articletypes."+entry.to_content.article_type.name)})
+ [${lang("commentlist.allcomments")}]
- + + ${entry.title}   @@ -130,6 +132,16 @@ ${utility.encodeHTML(entry.description)}
URL: ${entry.main_url}
+ +
+
+ + checked="checked"> ${lang("commentstatus." + a.name)} + + [not working yet] +
+
+

${lang("commentstatus." + entry.status.name)} -  
-- 2.11.0