new admin templates! with many thanks to init...
[mir.git] / templates / admin / abuse.log.template
index cfe1ecd..73d1507 100755 (executable)
@@ -6,21 +6,23 @@
 
   <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
     <include "head.template">
-    <p>
-      <a class="majorcommand" href="${config.actionRoot}?module=Abuse">${lang("back")}</a>
-    </p>
-
-    <table border="0" cellpadding="2" cellspacing="1">
+    
+       <p>
+               <a class="link_box" href="${config.actionRoot}?module=Abuse"> [ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
+               <a class="link_box" href="${config.actionRoot}?module=Abuse&do=showfilters">${lang("abuse.showfilters")}</a>
+               <br>
+       </p>
+    <table border="0" cellpadding="2" cellspacing="3">
       <tr class="darkgrey">
-        <td><span class="witesmall"><b>${lang("abuse.log.time")}</b></span></td>
-        <td><span class="witesmall"><b>${lang("abuse.log.address")}</b></span></td>
-        <td><span class="witesmall"><b>${lang("abuse.log.object")}</b></span></td>
-        <td><span class="witesmall"><b>${lang("abuse.log.browser")}</b></span></td>
+        <td class="table_head">${lang("abuse.log.time")}</td>
+        <td class="table_head">${lang("abuse.log.address")}</td>
+        <td class="table_head">${lang("abuse.log.object")}</td>
+        <td class="table_head">${lang("abuse.log.browser")}</td>
       </tr>
       
       <assign grey="0">      
       <list log as l>
-        <if grey=="1"><assign grey="0"><tr class="list1"><else><tr class="list2"><assign grey="1"> </if>
+        <if grey=="1"><assign grey="0"><tr class="listrow1"><else><tr class="listrow2"><assign grey="1"> </if>
           <td>${l.timestamp["yyyy-MM-dd  HH:mm"]}</td>
           <td>${l.ip}</td>
           <td>
           <td>${l.browser}</td>
         </tr>
       </list>
+         <tr>
+               <td colspan="4" class="table_foot">&nbsp;</td>
+         </tr>
     </table>
 
     <p>
-      <a class="majorcommand" href="${config.actionRoot}?module=Abuse">${lang("back")}</a>
+      <a class="link_box" href="${config.actionRoot}?module=Abuse"> [ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
+         <a class="link_box" href="${config.actionRoot}?module=Abuse&do=showfilters">${lang("abuse.showfilters")}</a>
     </p>
 
     <include "foot.template">