summaryrefslogtreecommitdiff
path: root/template/default
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-11-18 23:48:23 +0200
committerVille Skyttä <ville.skytta@iki.fi>2011-11-18 23:48:23 +0200
commit17c77e5317786a14cb80278cd63d9fddfe0e0dac (patch)
tree4ebd664ab4d9404ed2459bb7454d10b869e8116f /template/default
parentf41397dca6bb5d141402f33bedb8e1bcde3016ed (diff)
downloadvdradmin-am-17c77e5317786a14cb80278cd63d9fddfe0e0dac.tar.gz
vdradmin-am-17c77e5317786a14cb80278cd63d9fddfe0e0dac.tar.bz2
Show available subtitles in EPG/recording details.
Diffstat (limited to 'template/default')
-rw-r--r--template/default/prog_detail.html6
-rw-r--r--template/default/style.css6
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>&nbsp;
+ <?% 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;