on insert, the "webdb_lastchange" field should get a value
[mir.git] / templates-dist / admin / hiddenlist.template
index 36d137c..31cf6fe 100755 (executable)
@@ -1,6 +1,6 @@
 <html>
 <head>
-       <title>Hidden Articles</title>
+       <title>${lang("start.content.hidden")}</title>
        <link rel="stylesheet" type="text/css" href="${config.docRoot}/admin.css">
 
 </head>
@@ -18,8 +18,8 @@
        <input type="hidden" name="do" value="list">
 
 
-    Please select:<br><br>
-    Month:
+
+     ${lang("month")}
     <select name="month">
     <option value="01" selected >01</option>
     <option value="02">02</option>
@@ -34,7 +34,7 @@
     <option value="11">11</option>
     <option value="12">12</option>
     </select>
-    Year:
+    ${lang("year")}
     <select name="year">
     <option value="2001">2001</option>
     <option value="2002" selected >2002</option>
 <table cellpadding="6" bgcolor="#dddddd" width="98%">
   <tr>
     <td>
-     <p>Hidden Articles | month: ${data.month} , year:${data.year}</p>
+     <p>${lang("start.content.hidden")} | ${lang("month")}: ${data.month} , ${lang("year")}:${data.year}</p>
     </td>
   </tr>
 </table>
 
 <list data.contentlist as i>
 <p>
-${lang("content.titel")}: <b>${i.title}</b><br>
+${lang("content.title")}: <b>${i.title}</b><br>
 ${lang("content.creator")}: ${i.creator}<br>
 ${lang("message.date")}: ${i.webdb_create_formatted}<br>
 <br>