Move images and data directories
svn: r20989
This commit is contained in:
5
data/templates/table_header.html
Normal file
5
data/templates/table_header.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% for header in headers %}<th{{ header.class_attr }}>
|
||||
{% if header.sortable %}<a href="{{ header.url|escape }}">{% endif %}
|
||||
{{ header.text }}
|
||||
{% if header.sortable %}</a>{% endif %}
|
||||
</th>{% endfor %}
|
Reference in New Issue
Block a user