summaryrefslogtreecommitdiff
path: root/templates/program/boxes/showinformation.html
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-04-14 13:53:24 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-04-14 13:53:24 (GMT)
commitf3cf1d88e8bbc17025cc4f477568f2995dd99af1 (patch)
treed3c18233713524ee7fcb8142dd194c94d7be1168 /templates/program/boxes/showinformation.html
parent735310947b58eae113b782739bfb64b5c80d583c (diff)
filter titles, optimizations
Diffstat (limited to 'templates/program/boxes/showinformation.html')
-rw-r--r--templates/program/boxes/showinformation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/boxes/showinformation.html b/templates/program/boxes/showinformation.html
index ede17e2..ac4dc2c 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="abbrev si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a>
+ <a title="Sendungen mit der Information {{item.information}} anzeigen." class="abbrev si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a>
</li>
{% endfor %}
</ul>