X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=templates%2Fadmin%2Fcommentlist.template;h=184d544b31f55b151826a4069c9d256a61021b5e;hb=44425d18d2bb421e09e4add11c20f2c8d2129d26;hp=229f7568a4fcf99412586a4042167f8105f972e2;hpb=aa8b33a71da29aaace6bd061ba755f1f7c9dfd9d;p=mir.git diff --git a/templates/admin/commentlist.template b/templates/admin/commentlist.template index 229f7568..184d544b 100755 --- a/templates/admin/commentlist.template +++ b/templates/admin/commentlist.template @@ -37,6 +37,7 @@ + @@ -91,6 +92,9 @@ ${lang("comment.article")} / ${lang("comment.title")} / ${lang("comment.creator")} / ${lang("comment.text")} + ${lang("comment.comment")} + +   @@ -125,9 +129,11 @@ ${lang("edit")} | + ${lang("start.show")} | + ${lang("commentlist.allcomments")} @@ -141,7 +147,7 @@ ${lang("by")}: ${entry.creator}
- ${utility.encodeHTML(entry.description)} + ${utility.prettyEncodeHTML(utility.subString(entry.description, 0, config["Mir.Admin.ListTextLengthLimit"]))}
URL: ${entry.main_url}

@@ -170,6 +176,9 @@ + ${utility.prettyEncodeHTML(entry.comment)} + +   [${lang("delete")}] @@ -179,7 +188,7 @@ - + ${count} ${lang("records")} / ${lang("show_from_to", from, to)}