From 7149b8cf7f273456dc156f5490f7f838258f7199 Mon Sep 17 00:00:00 2001 From: zapata Date: Mon, 4 Jun 2007 17:16:29 +0000 Subject: [PATCH] language now also visible on the content list page --- templates/admin/contentlist.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/contentlist.template b/templates/admin/contentlist.template index 8aaaf745..75da2003 100755 --- a/templates/admin/contentlist.template +++ b/templates/admin/contentlist.template @@ -51,7 +51,7 @@ ${lang("content.type")} - ${lang("content.title")} (id # )
- ${lang("content.creator")} + ${lang("content.creator")} (${lang("content.language")}) ${lang("content.comment")} @@ -69,7 +69,7 @@ ${lang("articletypes." + entry.article_type.name)} ${utility.prettyEncodeHTML(entry.title)} (${entry.id})
- ${lang("by")} ${utility.prettyEncodeHTML(entry.creator)}
+ ${lang("by")} ${utility.prettyEncodeHTML(entry.creator)} (${entry.language.name})
-- 2.11.0