]> git.sur5r.net Git - contagged/blobdiff - templates/orgs.tpl
allow custom field definitions in config.php
[contagged] / templates / orgs.tpl
index 0c030af3258f60d0c9836bbc312d8f49758cc91d..eaf005eeb60a376531d1de24a30b39fe42af3ceb 100644 (file)
@@ -1,21 +1,21 @@
 {include file="header.tpl"}
 
-<table width="100%">
+<table cellspacing="0" cellpadding="0" width="100%" align="center" class="list">
 {foreach from=$orgs item=org}
-  <tr>
-    <td class="result" width="20">
-      <img src="pix/cog.png" border="0" width="16" height="16" align="middle" />
-    </td>
-    <td class="result">
-      <a href="index.php?org={$org|escape:url}">{$org}</a><br>
-    </td>
-  </tr>
+    <tr>
+        <td class="result" width="20">
+            <img src="pix/cog.png" border="0" width="16" height="16" align="middle" alt="" />
+        </td>
+        <td class="result">
+            <a href="index.php?org={$org|escape:url}">{$org|h}</a><br />
+        </td>
+    </tr>
 {foreachelse}
-  <tr>
-    <td align="center">
-      <br /><br />{$lang.err_noentries}<br /><br />
-    </td>
-  </tr>
+    <tr>
+        <td align="center">
+            <br /><br />{$lang.err_noentries}<br /><br />
+        </td>
+    </tr>
 {/foreach}
 </table>