From e79d6158a3308af13ff62091ff8b262cd2af3aa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Sat, 13 Sep 2008 08:35:14 +0200 Subject: [PATCH] Changed the order of categories in tag lists. --- wolnelektury/templates/catalogue/main_page.html | 13 +++++-------- .../templates/catalogue/tagged_object_list.html | 10 +++++----- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html index 6b3ae8a65..f7cc4b08e 100644 --- a/wolnelektury/templates/catalogue/main_page.html +++ b/wolnelektury/templates/catalogue/main_page.html @@ -43,25 +43,22 @@

Autorzy

{% folded_tag_list categories.author %} {% endif %} - - {% if categories.epoch %} -

Epoki

- {% folded_tag_list categories.epoch %} - {% endif %} - {% if categories.kind %}

Rodzaje

{% folded_tag_list categories.kind %} {% endif %} - {% if categories.genre %}

Gatunki literackie

{% folded_tag_list categories.genre %} {% endif %} + {% if categories.epoch %} +

Epoki

+ {% folded_tag_list categories.epoch %} + {% endif %}
{% if fragment_tags %} -

Motywy

+

Motywy i tematy

{% folded_tag_list fragment_tags %} {% endif %}
diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index 2bf636ecc..12db8ed89 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -78,10 +78,6 @@

Autorzy

{% tag_list categories.author tags %} {% endif %} - {% if categories.epoch %} -

Epoki

- {% tag_list categories.epoch tags %} - {% endif %} {% if categories.kind %}

Rodzaje

{% tag_list categories.kind tags %} @@ -89,7 +85,11 @@ {% if categories.genre %}

Gatunki literackie

{% tag_list categories.genre tags %} - {% endif %} + {% endif %} + {% if categories.epoch %} +

Epoki

+ {% tag_list categories.epoch tags %} + {% endif %}
{% if categories.theme %} -- 2.20.1