app/soc/templates/modules/ghop/task/approve/row.html
author Mario Ferraro <fadinlight@gmail.com>
Sun, 25 Oct 2009 19:11:51 +0000
changeset 3040 8f9580309846
parent 3017 6689a4c8f02e
permissions -rw-r--r--
Integration of general Melange JS utilities in base template.

{% extends "modules/ghop/task/list/row.html" %}
{% block first %}
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" name="name">
  <td>
    <div class="select">
    <input type="checkbox" value="{{list.item.key.name}}" name="task_id"/>
    </div>
  </td>
  <td>
    <div class="title"><a class="noul" onclick="do_redirect=false"
         href="{{ list.redirect }}">{{ list.item.title }}</a>
    </div>
  </td>
{% endblock first %}