Browse Source

Link para o arquivo do documento administrativo no resultado da pesquisa (#1668)

pull/1674/head
cristian-longhi 7 years ago
committed by Edward
parent
commit
870a91ef7f
  1. 5
      sapl/templates/protocoloadm/documentoadministrativo_filter.html
  2. 2
      sapl/templates/protocoloadm/layouts.yaml

5
sapl/templates/protocoloadm/documentoadministrativo_filter.html

@ -39,11 +39,14 @@
<strong><a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' d.id %}">{{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}</strong></a></br> <strong><a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' d.id %}">{{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}</strong></a></br>
<strong>Interessado:</strong>&nbsp;{{ d.interessado|default_if_none:"Não informado"}}</br> <strong>Interessado:</strong>&nbsp;{{ d.interessado|default_if_none:"Não informado"}}</br>
<strong>Assunto:</strong>&nbsp;{{ d.assunto|safe }}</br> <strong>Assunto:</strong>&nbsp;{{ d.assunto|safe }}</br>
{% if d.protocolo %} {% if d.protocolo %}
<strong>Protocolo:</strong>&nbsp;<a href="{% url 'sapl.protocoloadm:protocolo_mostrar' d.protocolo.id %}">{{ d.protocolo}}</a></br> <strong>Protocolo:</strong>&nbsp;<a href="{% url 'sapl.protocoloadm:protocolo_mostrar' d.protocolo.id %}">{{ d.protocolo}}</a></br>
{% endif %} {% endif %}
{% if d.texto_integral %}
<strong><a href="{{ d.texto_integral.url }}">Texto Integral</a></strong></br>
{% endif %}
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}
{% else %} {% else %}

2
sapl/templates/protocoloadm/layouts.yaml

@ -4,7 +4,7 @@ TipoDocumentoAdministrativo:
- sigla:4 descricao - sigla:4 descricao
DocumentoAdministrativo: DocumentoAdministrativo:
{% trans 'Indentificação Básica' %}: {% trans 'Identificação Básica' %}:
- tipo numero ano - tipo numero ano
- data protocolo - data protocolo
- assunto - assunto

Loading…
Cancel
Save