summaryrefslogtreecommitdiff
path: root/templates/program/boxes
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-04-14 12:42:12 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-04-14 12:42:12 (GMT)
commit735310947b58eae113b782739bfb64b5c80d583c (patch)
tree981ba4ae72fb13573abc09132e7dc0147d921e26 /templates/program/boxes
parent41eca6ea975d8092ad9efea8b15a054086a0c4bc (diff)
abbrevs
Diffstat (limited to 'templates/program/boxes')
-rw-r--r--templates/program/boxes/musicfocus.html2
-rw-r--r--templates/program/boxes/showinformation.html2
-rw-r--r--templates/program/boxes/showtopic.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/program/boxes/musicfocus.html b/templates/program/boxes/musicfocus.html
index 9f57b60..d19655b 100644
--- a/templates/program/boxes/musicfocus.html
+++ b/templates/program/boxes/musicfocus.html
@@ -5,7 +5,7 @@
<ul>
{% for item in musicfoci %}
<li>
- <a class="filteritem mf-{{ item.abbrev }}" href="?musicfocus={{ item.slug }}">{{ item }}</a>
+ <a class="abbrev 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 9a08ddc..ede17e2 100644
--- a/templates/program/boxes/showinformation.html
+++ b/templates/program/boxes/showinformation.html
@@ -5,7 +5,7 @@
<ul>
{% for item in showinformations %}
<li>
- <a class="filteritem si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a>
+ <a class="abbrev 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 3dd7e88..b1b514e 100644
--- a/templates/program/boxes/showtopic.html
+++ b/templates/program/boxes/showtopic.html
@@ -5,7 +5,7 @@
<ul>
{% for item in showtopics %}
<li>
- <a class="filteritem st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a>
+ <a class="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a>
</li>
{% endfor %}
</ul>