Initial commit to support document comments

This commit is contained in:
Roberto Rosario
2011-04-30 04:47:58 -04:00
parent 20c14eed41
commit 488bb7bd02
3 changed files with 8 additions and 1 deletions
@@ -26,6 +26,9 @@
{% endif %}
<form action="{% url multi_object_action_view %}" class="form" method="get">
{% if scrollable_content %}
<div style="border: 1px solid black; height: {{ scrollable_content_height }}; overflow: auto;">
{% endif %}
<table class="table">
<tbody>
{% if not hide_header %}
@@ -86,6 +89,9 @@
{% endfor %}
</tbody>
</table>
{% if scrollable_content %}
</div>
{% endif %}
{% if multi_select or multi_select_as_buttons %}
{% if multi_select_as_buttons %}
{% get_multi_item_links as multi_item_links %}
@@ -108,7 +114,6 @@
{% endif %}
{% endif %}
</form>
{% paginate %}
{% if side_bar %}