diff options
Diffstat (limited to 'template/default')
| -rw-r--r-- | template/default/prog_detail.html | 6 | ||||
| -rw-r--r-- | template/default/style.css | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/template/default/prog_detail.html b/template/default/prog_detail.html index 949fc0c..bb99514 100644 --- a/template/default/prog_detail.html +++ b/template/default/prog_detail.html @@ -81,6 +81,12 @@ <?% audio %?> </div> <?% END %?> + <?% IF subs %?> + <div class="epg_subs"> + <h4><?% gettext('Subtitles:') %?></h4> + <?% subs %?> + </div> + <?% END %?> <?% IF epgimages %?> <div class="epg_images"> <?% FOREACH ei = epgimages %?> diff --git a/template/default/style.css b/template/default/style.css index 68eebe3..e7e3ebb 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -407,7 +407,8 @@ body.help .heading { } #prog_detail .epg_video h4, #prog_detail .epg_audio h4, -#prog_detail .epg_length h4 { +#prog_detail .epg_length h4, +#prog_detail .epg_subs h4 { margin: 0; font-size: 10px; font-weight: bold; @@ -415,7 +416,8 @@ body.help .heading { } #prog_detail .epg_video h5, #prog_detail .epg_audio h5, -#prog_detail .epg_length h5 { +#prog_detail .epg_length h5, +#prog_detail .epg_subs h5 { margin-left: 1em; display: inline; font-size: 10px; |
