mirror of https://github.com/interlegis/sigi.git
Marcio Mazza
10 years ago
1 changed files with 10 additions and 16 deletions
@ -1,20 +1,14 @@ |
|||||
{% extends 'admin/change_list.html' %} |
{% extends 'admin/change_list.html' %} |
||||
{% load i18n reporting_tags %} |
{% load i18n reporting_tags %} |
||||
|
|
||||
{% block object-tools %} |
{% block object-tools-items %} |
||||
<ul class="object-tools"> |
<li><a href="/servidores/servidores_por_cargo.pdf" class="historylink"> |
||||
<li> |
<span class="glyphicon glyphicon-list-alt"></span> |
||||
<a href="/servidores/servidores_por_cargo.pdf" class="historylink">Relatório por cargo</a> |
Relatório por cargo |
||||
</li> |
</a></li> |
||||
<li> |
<li><a href="/servidores/servidores_por_funcao.pdf" class="historylink"> |
||||
<a href="/servidores/servidores_por_funcao.pdf" class="historylink">Relatório por função</a> |
<span class="glyphicon glyphicon-list-alt"></span> |
||||
</li> |
Relatório por função |
||||
{% if has_add_permission %} |
</a></li> |
||||
<li> |
{{ block.super }} |
||||
<a href="add/{% if is_popup %}?_popup=1{% endif %}" class="addlink"> |
|
||||
{% blocktrans with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktrans %} |
|
||||
</a> |
|
||||
</li> |
|
||||
{% endif %} |
|
||||
</ul> |
|
||||
{% endblock %} |
{% endblock %} |
||||
|
Loading…
Reference in new issue