app/soc/templates/soc/list/list_row.html
changeset 554 68c7a1dd3c52
parent 553 c0cc20b4afc9
child 555 3cdfb42d941b
--- a/app/soc/templates/soc/list/list_row.html	Sat Nov 22 13:59:34 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
-onclick="document.location.href=''" name="name">
-  <td align="right"><div class="id"><a class="noul"
-         href="">{{ list.item }}</a>
-     </div>
-  </td>
-</tr>