From b228c2eea738ad838c45bcd579432cddbf799040 Mon Sep 17 00:00:00 2001 From: zapata Date: Thu, 27 Mar 2003 20:18:37 +0000 Subject: [PATCH] small fixes here and there --- templates/admin/commentlist.template | 21 ++++++++++++--------- templates/admin/content.template | 2 +- templates/admin/contentlist.template | 10 +++++----- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/templates/admin/commentlist.template b/templates/admin/commentlist.template index 14f29b50..165ab7fd 100755 --- a/templates/admin/commentlist.template +++ b/templates/admin/commentlist.template @@ -97,14 +97,17 @@ class="list1"class="list2"> ${entry.creationdate.formatted["dd.MM.yyyy HH:mm"]}
- hidden- + ${lang("comment.hidden")}- - - ${lang("comment.article")} - - ${utility.encodeHTML(entry.to_content.title)} - + + ${lang("comment.article")} + + ${utility.encodeHTML(entry.to_content.title)} + + (${lang("articletypes."+entry.to_content.article_type.name)}) +
+ [${lang("commentlist.allcomments")}]
${lang("commentstatus." + entry.status.name)} - @@ -116,19 +119,19 @@
- [${op}] + [${lang("comment.operation."+op)}] - [${op}] + [${lang("comment.operation."+op)}] diff --git a/templates/admin/content.template b/templates/admin/content.template index ad16fc45..246d5615 100755 --- a/templates/admin/content.template +++ b/templates/admin/content.template @@ -192,7 +192,7 @@ checked>  - + diff --git a/templates/admin/contentlist.template b/templates/admin/contentlist.template index 61d27658..2d540056 100755 --- a/templates/admin/contentlist.template +++ b/templates/admin/contentlist.template @@ -54,7 +54,7 @@ @@ -130,19 +130,19 @@ - [${op}] + [${lang("content.operation."+op)}] - [${op}] + [${lang("content.operation."+op)}] @@ -150,7 +150,7 @@ | ${lang("edit")} | - ${lang("contentlist.comments")} (${entry.commentcount}) + ${lang("contentlist.comments")} (${entry.commentcount}) ${lang("contentlist.select")} -- 2.11.0