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

{% extends "modules/ghop/task/list/heading.html" %}

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