diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-11 13:00:26 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-11 13:00:26 (GMT) |
commit | ba41badf0171cd618034e4c9eb21893eaf1ccd90 (patch) | |
tree | b3d6e07fb1d9c2a32498c2a79880fe25c49eab28 | |
parent | 6366aa1a3212c2358ee6e0e38d20c725a79193f3 (diff) |
upd
3 files changed, 4 insertions, 4 deletions
diff --git a/helsinki/program/templates/program/box_musicfocus.html b/helsinki/program/templates/program/box_musicfocus.html index 7fe4e7e..da2c90f 100644 --- a/helsinki/program/templates/program/box_musicfocus.html +++ b/helsinki/program/templates/program/box_musicfocus.html @@ -1,5 +1,5 @@ {% if musicfoci %} -<dl id="box_musicfocus" class="portlet filterbox"> +<dl id="filterbox_musicfocus" class="portlet filterbox"> <dt class="portletHeader"><span>Musiktendenz<span></dt> <dd class="portletItem"> <ul> diff --git a/helsinki/program/templates/program/box_showinformation.html b/helsinki/program/templates/program/box_showinformation.html index f96913c..a3171d0 100644 --- a/helsinki/program/templates/program/box_showinformation.html +++ b/helsinki/program/templates/program/box_showinformation.html @@ -1,6 +1,6 @@ {% if showinformations %} -<dl id="box_showinformation" class="portlet filterbox"> - <dt class="portletHeader"><span>Schwerpunkt<span></dt> +<dl id="filterbox_showinformation" class="portlet filterbox"> + <dt class="portletHeader"><span>Sendungsinfo<span></dt> <dd class="portletItem"> <ul> {% for item in showinformations %} diff --git a/helsinki/program/templates/program/box_showtopic.html b/helsinki/program/templates/program/box_showtopic.html index c95fcab..79e9519 100644 --- a/helsinki/program/templates/program/box_showtopic.html +++ b/helsinki/program/templates/program/box_showtopic.html @@ -1,5 +1,5 @@ {% if showtopics %} -<dl id="box_showtopic" class="portlet filterbox"> +<dl id="filterbox_showtopic" class="portlet filterbox"> <dt class="portletHeader"><span>Thema / Schwerpunkt<span></dt> <dd class="portletItem"> <ul> |