app/soc/templates/soc/student_proposal/list/row.html
changeset 1999 bb3317e4db12
parent 1983 ba5be8275a75
child 2099 c9792aca29f6
--- a/app/soc/templates/soc/student_proposal/list/row.html	Mon Mar 23 22:43:14 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/list/row.html	Tue Mar 24 08:46:18 2009 +0000
@@ -1,10 +1,10 @@
 <tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
 onclick="document.location.href='{{ list.redirect }}'" name="name">
-  <td align="right"><div class="name"><a class="noul"
-         href="{{ list.redirect }}">{{ list.item.scope.link_id }}</a>
+  <td align="right"><div class="title"><a class="noul"
+         href="{{ list.redirect }}">{{ list.item.title }}</a>
      </div>
   </td>
-  <td><div class="title">{{ list.item.title }}</a></div></td>
+  <td><div class="name">{{ list.item.scope.name }}</a></div></td>
   <td><div class="status">{{ list.item.org.name }}</a></div></td>
   <td><div class="date">{{ list.item.last_modified_on|date:"jS F Y H:i" }}</a></div></td>
 </tr>