diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-10 21:34:39 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-10 21:34:39 +0000 |
commit | b405e4e3d31ceda6fa3de366d8c5374a160e1266 (patch) | |
tree | f6473215ddd4b747543a02c596f0536c1a03d72b /pages/whats_on.ecpp | |
parent | 6b9321410df7616f8f5fe29d98da809d4ac40e90 (diff) | |
download | vdr-plugin-live-b405e4e3d31ceda6fa3de366d8c5374a160e1266.tar.gz vdr-plugin-live-b405e4e3d31ceda6fa3de366d8c5374a160e1266.tar.bz2 |
- additional buttons in recordings at the right
- Adjusted styles for recordings
- recodings folders are now on top of one group
- changed some images and added play.png
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 25586a4..b4dc791 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -78,7 +78,7 @@ if (type == "now") { <div><div><div><$ channel_name $></div></div></div> </div> <div class="tools"> - <a href="edit_timer.html?channel=<$ channel_id $>&title=<$ title $>&start_h=<$ start_h $>&end_h=<$ end_h $>&start_m=<$ start_m $>&end_m=<$ end_m $>"><img src="/record.png" alt="" <& tooltip_widget tooltip=(tr("Record this")) &> border="0" /></a> + <a href="edit_timer.html?channel=<$ channel_id $>&title=<$ title $>&start_h=<$ start_h $>&end_h=<$ end_h $>&start_m=<$ start_m $>&end_m=<$ end_m $>"><img src="/record.png" alt="" <& tooltip_widget tooltip=(tr("Record this")) &> /></a> </div> <div class="content"> <div class="info"><$ start $> - <$ end $></div> |