language now also visible on the content list page
[mir.git] / templates / admin / contentlist.template
index 8aaaf74..75da200 100755 (executable)
@@ -51,7 +51,7 @@
     </td>
     <td class="table-head" valign="top">
       ${lang("content.type")} - ${lang("content.title")} (id # )<br>
-      ${lang("content.creator")} 
+      ${lang("content.creator")} (${lang("content.language")})
     </td>
     <td class="table-head" valign="top">
       ${lang("content.comment")}
@@ -69,7 +69,7 @@
       </td>
       <td>
         ${lang("articletypes." + entry.article_type.name)} <b>${utility.prettyEncodeHTML(entry.title)}</b> (${entry.id})<br>
-        ${lang("by")} <i>${utility.prettyEncodeHTML(entry.creator)}</i><br>
+        ${lang("by")} <i>${utility.prettyEncodeHTML(entry.creator)}</i> (${entry.language.name})<br>
         <if showactions=="1">
           <if config["Mir.Localizer.Admin.ListOperationsFlavor"]=="0">
             <list entry.operations as op>