Gif icons for the External image handler dramatically improved
[mir.git] / templates / admin / topiclist.template
index 97bff9e..21a3c58 100755 (executable)
@@ -7,32 +7,32 @@
   <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
 
 
-       <include "FUNCTIONS.template">
+    <include "FUNCTIONS.template">
   
     <include "head.template">
 
-               <comment>configure this template here</comment>
-               <assign contentlist = data.contentlist>
-               <assign column_nr = 5>
-               <assign column_head_texts = [lang("topic.title"), lang("topic.description"), lang("topic.main_url"), lang("topic.archive_url")]>
-               <assign data_keys = ["title", "description", "main_url", "archiv_url"]>
-               <assign column_head_CSS = "table_head">
-               <assign listrow1CSS = "listrow1">
-               <assign listrow2CSS = "listrow2">
-               <assign footer_css = "table_foot">
-               <assign module_name = "Topics">
-               <assign module_jumpback = "Admin">
-               <assign do_jumpback = "superusermenu">
+    <comment>configure this template here</comment>
+    <assign contentlist = data.contentlist>
+    <assign column_nr = 5>
+    <assign column_head_texts = [lang("topic.title"), lang("topic.description"), lang("topic.main_url"), lang("topic.archive_url")]>
+    <assign data_keys = ["title", "description", "main_url", "archiv_url"]>
+    <assign column_head_CSS = "table_head">
+    <assign listrow1CSS = "listrow1">
+    <assign listrow2CSS = "listrow2">
+    <assign footer_css = "table_foot">
+    <assign module_name = "Topics">
+    <assign module_jumpback = "Admin">
+    <assign do_jumpback = "superusermenu">
 
     <if data.contentlist>
-               <call AddOrBack(module_name, module_jumpback, do_jumpback)>
-               <call ListTable(contentlist, data_keys, column_head_texts, column_head_CSS, listrow1CSS, listrow2CSS, footer_css, module_name)>   
-               <call PrevNextPage(module_name)>          
+    <call AddOrBack(module_name, module_jumpback, do_jumpback)>
+    <call ListTable(contentlist, data_keys, column_head_texts, column_head_CSS, listrow1CSS, listrow2CSS, footer_css, module_name)>   
+    <call PrevNextPage(module_name)>    
    <else>
-               <P align="center">${lang("no_matches_found")}</p>
+    <P align="center">${lang("no_matches_found")}</p>
     </if>
     
-       <call AddOrBack(module_name, module_jumpback, do_jumpback)>
+  <call AddOrBack(module_name, module_jumpback, do_jumpback)>
 
     <include "foot.template">