summaryrefslogtreecommitdiff
path: root/templates/program/boxes
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/boxes')
-rw-r--r--templates/program/boxes/musicfocus.html4
-rw-r--r--templates/program/boxes/showinformation.html4
-rw-r--r--templates/program/boxes/showtopic.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/templates/program/boxes/musicfocus.html b/templates/program/boxes/musicfocus.html
index 7b78f81..9f57b60 100644
--- a/templates/program/boxes/musicfocus.html
+++ b/templates/program/boxes/musicfocus.html
@@ -4,8 +4,8 @@
<dd class="portletItem">
<ul>
{% for item in musicfoci %}
- <li class="mf-{{ item.abbrev }}">
- <a href="../?musicfocus={{ item.slug }}">{{ item }}</a>
+ <li>
+ <a class="filteritem mf-{{ item.abbrev }}" href="?musicfocus={{ item.slug }}">{{ item }}</a>
</li>
{% endfor %}
</ul>
diff --git a/templates/program/boxes/showinformation.html b/templates/program/boxes/showinformation.html
index bff9486..9a08ddc 100644
--- a/templates/program/boxes/showinformation.html
+++ b/templates/program/boxes/showinformation.html
@@ -4,8 +4,8 @@
<dd class="portletItem">
<ul>
{% for item in showinformations %}
- <li class="si-{{ item.abbrev }}">
- <a href="../?showinformation={{ item.slug }}">{{ item }}</a>
+ <li>
+ <a class="filteritem si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a>
</li>
{% endfor %}
</ul>
diff --git a/templates/program/boxes/showtopic.html b/templates/program/boxes/showtopic.html
index b545476..3dd7e88 100644
--- a/templates/program/boxes/showtopic.html
+++ b/templates/program/boxes/showtopic.html
@@ -4,8 +4,8 @@
<dd class="portletItem">
<ul>
{% for item in showtopics %}
- <li class="st-{{ item.abbrev }}">
- <a href="../?showtopic={{ item.slug }}">{{ item }}</a>
+ <li>
+ <a class="filteritem st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a>
</li>
{% endfor %}
</ul>