Browse Source

Update prop_pendentes_list.html

pull/2033/head
Talitha Pumar 8 years ago
committed by GitHub
parent
commit
8624dc4a27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sapl/templates/materia/prop_pendentes_list.html

2
sapl/templates/materia/prop_pendentes_list.html

@ -14,7 +14,7 @@
{% with 'Data Envio,Tipo,Descrição,Autor' as list %} {% with 'Data Envio,Tipo,Descrição,Autor' as list %}
{% for name in list|split:"," %} {% for name in list|split:"," %}
<th> <th>
<a onClick="sortObj({{object_list}}, request.GET.o)" title="{% trans 'Clique para alterar a ordem a listagem'%}" href="?o={% if 'o' not in request.GET and forloop.counter == 1 or 'o' in request.GET and forloop.counter|safe == request.GET.o %}-{%endif%}{{forloop.counter}}"> <a title="{% trans 'Clique para alterar a ordem a listagem'%}" href="?o={% if 'o' not in request.GET and forloop.counter == 1 or 'o' in request.GET and forloop.counter|safe == request.GET.o %}-{%endif%}{{forloop.counter}}">
{{ name }} {{ name }}
{% if 'o' in request.GET %} {% if 'o' in request.GET %}
{% if 'o' not in request.GET and forloop.counter == 1 or 'o' in request.GET and forloop.counter|safe == request.GET.o %} {% if 'o' not in request.GET and forloop.counter == 1 or 'o' in request.GET and forloop.counter|safe == request.GET.o %}

Loading…
Cancel
Save