app/soc/templates/modules/ghop/task/approve/heading.html
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sun, 27 Sep 2009 23:31:39 +0200 (2009-09-27)
changeset 2982 eeee8c854438
parent 2827 58e2a02e35b4
permissions -rw-r--r--
Add task and iterative_task decorator Also add getBatchOfData method to the base logic and tasks logic module. Reviewed-by: Sverre Rabbelier
{% extends "modules/ghop/task/list/heading.html" %}

{% block first %}
<th class="first" align="right" width="10">Select</th>
<th>Title</th>
{% endblock %}