From e6e65cbdc2b47fcfcb650d5225b2902649f29e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 18 Nov 2011 22:40:45 +0200 Subject: Show recording length in list and details with VDR >= 1.7.21 (closes #813). --- template/default/prog_detail.html | 6 ++++++ template/default/rec_list.html | 18 ++++++++++++++++++ template/default/style.css | 13 ++++++++++--- 3 files changed, 34 insertions(+), 3 deletions(-) (limited to 'template/default') diff --git a/template/default/prog_detail.html b/template/default/prog_detail.html index d921c5b..949fc0c 100644 --- a/template/default/prog_detail.html +++ b/template/default/prog_detail.html @@ -63,6 +63,12 @@
+ +
+

:

  + +
+

  diff --git a/template/default/rec_list.html b/template/default/rec_list.html index ed85ea0..ea388c3 100644 --- a/template/default/rec_list.html +++ b/template/default/rec_list.html @@ -74,6 +74,19 @@ + = 10721 %?> + +

+ + + + + + + +

+ +

@@ -101,6 +114,11 @@ + = 10721 %?> + + + +   diff --git a/template/default/style.css b/template/default/style.css index ad27dd1..68eebe3 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -203,7 +203,8 @@ body.help .heading { .col_start, .col_stop, .col_date, -.col_time { +.col_time, +.col_length { padding-left: 3px; padding-right: 3px; white-space: nowrap; @@ -405,14 +406,16 @@ body.help .heading { display: block; } #prog_detail .epg_video h4, -#prog_detail .epg_audio h4 { +#prog_detail .epg_audio h4, +#prog_detail .epg_length h4 { margin: 0; font-size: 10px; font-weight: bold; display: inline; } #prog_detail .epg_video h5, -#prog_detail .epg_audio h5 { +#prog_detail .epg_audio h5, +#prog_detail .epg_length h5 { margin-left: 1em; display: inline; font-size: 10px; @@ -479,6 +482,10 @@ body.help .heading { width: 76px; text-align: left; } +.col_length { + width: 76px; + text-align: right; +} .col_edit, .col_delete, .col_stream, -- cgit v1.2.3