language now also visible on the content list page
authorzapata <zapata>
Mon, 4 Jun 2007 17:16:29 +0000 (17:16 +0000)
committerzapata <zapata>
Mon, 4 Jun 2007 17:16:29 +0000 (17:16 +0000)
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>
     </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")}
     </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>
       </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>
         <if showactions=="1">
           <if config["Mir.Localizer.Admin.ListOperationsFlavor"]=="0">
             <list entry.operations as op>