Revision 3f0d6293 snf-astakos-app/astakos/im/templates/im/table_rich_link_column.html

b/snf-astakos-app/astakos/im/templates/im/table_rich_link_column.html
1 1
<div class="msg-wrap">
2
{% if url %}
2 3
{% if confirm %}
3 4
<form method="{{ col.method }}" 
4 5
  action="{{ url }}#{{ table.attr.id }}"
......
18 19
{% else %}
19 20
<a href="{{ url }}">{{ action }}</a>
20 21
{% endif %}
22
{% else %}
23
{{ action }}
24
{% endif %}
21 25
</div>

Also available in: Unified diff