Gif icons for the External image handler dramatically improved
[mir.git] / templates / admin / messagelist.template
index 1700a22..c487cb6 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
-       <title>${config["Mir.Name"]} | ${lang("messagelist.htmltitle")}</title>
-       <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
+  <title>${config["Mir.Name"]} | ${lang("messagelist.htmltitle")}</title>
+  <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 
 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
@@ -9,8 +9,8 @@
 <include "head.template">
 
 <p>
-       <a class="link-box" href="${config.actionRoot}?module=Message&do=add">[+] ${lang("add")}</a> &nbsp;
-       <a class="link-box" href="${config.actionRoot}">[&lt;&lt;&lt;] ${lang("head.start")}</a>
+  <a class="link-box" href="${config.actionRoot}?module=Message&do=add">[+] ${lang("add")}</a> &nbsp;
+  <a class="link-box" href="${config.actionRoot}">[&lt;&lt;&lt;] ${lang("head.start")}</a>
 </p>
 
 <if data.contentlist>
 <table border="0" cellpadding="2" cellspacing="1" width="70%">
   <tr>
     <td class="table-head">
-               ${lang("message.date")}</td>
+    ${lang("message.date")}</td>
     <td class="table-head">
-               ${lang("message.title")} /<br>${lang("message.creator")}</td>
+    ${lang("message.title")} /<br>${lang("message.creator")}</td>
     <td colspan="2" class="table-head">
-               ${lang("message.text")}</td>
+    ${lang("message.text")}</td>
   </tr>
 
   <list data.contentlist as entry>
   <tr
-               <if grey=="1">
-                       <assign grey="0">class="listrow1"
-               <else>class="listrow2"
-                       <assign grey="1"> 
-               </if> >
+    <if grey=="1">
+      <assign grey="0">class="listrow1"
+    <else>class="listrow2"
+      <assign grey="1"> 
+    </if> >
   <td class="x-small" valign="top">${entry.webdb_create}&nbsp;</td>
   <td valign="top"><span class="small"><b>${entry.title}</b></span><br>
      <span class="x-small">${lang("by")}: ${entry.creator}</span></td>
   <td>${entry.description}&nbsp;</td>
   <td valign="top">
-               <a class="listcommand" href="${config.actionRoot}?module=Message&do=delete&id=${entry.id}">[&nbsp;${lang("delete")}&nbsp;]</a><br>
-               <a class="listcommand" href="${config.actionRoot}?module=Message&do=edit&id=${entry.id}">[&nbsp;${lang("edit")}&nbsp;]</a>
-       </td>
+      <a class="listcommand" href="${config.actionRoot}?module=Message&do=delete&id=${entry.id}">[&nbsp;${lang("delete")}&nbsp;]</a><br>
+    <a class="listcommand" href="${config.actionRoot}?module=Message&do=edit&id=${entry.id}">[&nbsp;${lang("edit")}&nbsp;]</a>
+  </td>
   </tr>
   </list>
   
 
       <P>
 <if data.prev>
-       <a class="majorcommand" href="${config.actionRoot}?module=Message&do=list&where=${data.where}&offset=${data.prev}&prev=zurück">[&nbsp;${lang("list.previous")}&nbsp;]</a>&nbsp;
+  <a class="majorcommand" href="${config.actionRoot}?module=Message&do=list&where=${data.where}&offset=${data.prev}&prev=zurück">[&nbsp;${lang("list.previous")}&nbsp;]</a>&nbsp;
 </if>
 <if data.next>
-       <a class="majorcommand" href="${config.actionRoot}?module=Message&do=list&where=${data.where}&offset=${data.next}&next=weiter">[&nbsp;${lang("list.next")}&nbsp;]</a>
+  <a class="majorcommand" href="${config.actionRoot}?module=Message&do=list&where=${data.where}&offset=${data.next}&next=weiter">[&nbsp;${lang("list.next")}&nbsp;]</a>
 </if>
 
 <else>