From 1b792df8b8f289fcd4a5d9f9471dd086b34b3f30 Mon Sep 17 00:00:00 2001 From: zapata Date: Tue, 17 Jun 2003 11:11:08 +0000 Subject: [PATCH] cosmetic changes to the article list --- templates/admin/contentlist.template | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/templates/admin/contentlist.template b/templates/admin/contentlist.template index 98f6ba1c..5143fa96 100755 --- a/templates/admin/contentlist.template +++ b/templates/admin/contentlist.template @@ -50,8 +50,8 @@ - ${lang("content.type")} - ${lang("content.title")}
- ${lang("content.creator")} + ${lang("content.type")} - ${lang("content.title")} (id # )
+ ${lang("content.creator")} ${lang("content.comment")} @@ -60,7 +60,6 @@ - class="listrow1"class="listrow2"> @@ -69,9 +68,8 @@ Pub.- HTML- - ${entry.title}
- ${lang("by")}: ${entry.creator}
- (${lang("articletypes." + entry.article_type.name)}) + ${lang("articletypes." + entry.article_type.name)} ${entry.title} (${entry.id})
+ ${lang("by")} ${utility.encodeHTML(entry.creator)}
@@ -84,12 +82,15 @@ - + +
+ +
| ${lang("edit")} | -- 2.11.0