app/soc/templates/soc/request/list/row.html
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 24 Jan 2009 10:59:28 +0000
changeset 947 67b41a13587a
parent 928 df051fc9d7a1
child 1085 0afbdd0905ef
permissions -rw-r--r--
Rename soc/request/list/row.html template column class "to" to "for" since the name changed in header template. Patch by: Pawel Solyga Review by: to-be-reviewed

<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
onclick="document.location.href='{{ list.redirect }}'" name="name">
  <td align="right"><div class="user_link_id"><a class="noul"
         href="{{ list.redirect }}">{{ list.item.link_id }}</a>
     </div>
  </td>
  <td><div class="role">{{ list.item.role_verbose }}</div></td>
  <td><div class="for">{{ list.item.scope_path }}</div></td>
  <td><div class="state">{{ list.item.state }}</div></td>
</tr>