diff options
Diffstat (limited to 'templates/program/boxes')
-rw-r--r-- | templates/program/boxes/broadcastformat.html | 2 | ||||
-rw-r--r-- | templates/program/boxes/musicfocus.html | 2 | ||||
-rw-r--r-- | templates/program/boxes/showinformation.html | 2 | ||||
-rw-r--r-- | templates/program/boxes/showtopic.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/program/boxes/broadcastformat.html b/templates/program/boxes/broadcastformat.html index 3ae00e1..4075faa 100644 --- a/templates/program/boxes/broadcastformat.html +++ b/templates/program/boxes/broadcastformat.html @@ -3,7 +3,7 @@ <dt class="portletHeader"><span>Legende<span></dt> {% for broadcastformat in broadcastformats %} <dd class="portletItem bcformat bf-{{ broadcastformat.slug }}"> - <a href="../?broadcastformat={{ broadcastformat.slug }}">{{ broadcastformat.format }}</a> + <a title="Sendungen mit dem Sendungsformat {{broadcastformat.format}} anzeigen." href="../?broadcastformat={{ broadcastformat.slug }}">{{ broadcastformat.format }}</a> </dd> {% endfor %} </dl> diff --git a/templates/program/boxes/musicfocus.html b/templates/program/boxes/musicfocus.html index d19655b..01fffae 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="abbrev mf-{{ item.abbrev }}" href="?musicfocus={{ item.slug }}">{{ item }}</a> + <a title="Sendungen mit der Musiktendenz {{item.focus}} anzeigen." 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 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> diff --git a/templates/program/boxes/showtopic.html b/templates/program/boxes/showtopic.html index b1b514e..3a1938d 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="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> + <a title="Sendungen mit dem Schwerpunkt {{item.topic}} anzeigen." class="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> </li> {% endfor %} </ul> |