X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=templates%2Fadmin%2Fcontentlist.template;h=45d7601f03941f40e7261aa99d174c631df245bd;hb=09a4328d6efdf8bca4c4fac97773bc69186aefd0;hp=e58001059c2c7066c5eb1ba01612857dfe01c34d;hpb=8297c34c7a424107fd7d1980b6e8e5a3ae26494b;p=mir.git diff --git a/templates/admin/contentlist.template b/templates/admin/contentlist.template index e5800105..45d7601f 100755 --- a/templates/admin/contentlist.template +++ b/templates/admin/contentlist.template @@ -2,7 +2,7 @@ if selectarticleurl is set, this list is used to select an article - + @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@

-   (${lang("commentlist.activate")}) +   (${lang("commentlist.activate")})

@@ -51,7 +51,7 @@ ${lang("content.type")} - ${lang("content.title")} (id # )
- ${lang("content.creator")} + ${lang("content.creator")} (${lang("content.language")}) ${lang("content.comment")} @@ -60,7 +60,7 @@ - + class="listrow1"class="listrow2"
> ${entry.creationdate.format(config["Mir.DefaultDateTimeFormat"])}
@@ -68,8 +68,9 @@ Pub.- HTML- - ${lang("articletypes." + entry.article_type.name)} ${entry.title} (${entry.id})
- ${lang("by")} ${utility.encodeHTML(entry.creator)}
+ ${lang("articletypes." + entry.article_type.name)} + ${utility.prettyEncodeHTML(entry.title)}${utility.prettyEncodeHTML(entry.description)} (${entry.id})
+ ${lang("by")} ${utility.prettyEncodeHTML(entry.creator)} (${entry.language.name})
@@ -94,7 +95,7 @@ | ${lang("edit")} | - ${lang("preview")} | + ${lang("preview")} | ${lang("contentlist.comments")} (${entry.commentcount}) @@ -102,7 +103,7 @@ class="listrow3"class="listrow4"
valign="top"> - ${entry.comment}  + ${utility.prettyEncodeHTML(entry.comment)}