diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-03 11:56:27 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-03 11:56:27 +0000 |
| commit | 942a9f59dd7306e14e1b3d0fd295845ae3fdbf5a (patch) | |
| tree | 49059ffb9e7a099eb034a3374a133c83480403c0 /skins/deltab/program.tmpl | |
| parent | e7b1e815ca77d9e4f2b7d6aa29ec986d0ac7da86 (diff) | |
| download | xxv-942a9f59dd7306e14e1b3d0fd295845ae3fdbf5a.tar.gz xxv-942a9f59dd7306e14e1b3d0fd295845ae3fdbf5a.tar.bz2 | |
* STREAM: Add embed player of playback (selectable widget)
* GRAB: Check range of parameter width/height
* HTTPD: Some times missing footer
* EPG: display deliver channelid for stream
* Skins: remove skin.cfg / global.playbackmode
* Skins: add skin.cfg / global.preferedlocal as default button for Switch inside VDR or web cast
* Skins: format images to common size
* Skins: Add more images (mute,loud,quiet)
* Skins: Player with selectable widget (vlc/default media)
Diffstat (limited to 'skins/deltab/program.tmpl')
| -rw-r--r-- | skins/deltab/program.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/deltab/program.tmpl b/skins/deltab/program.tmpl index 711febf..80a1773 100644 --- a/skins/deltab/program.tmpl +++ b/skins/deltab/program.tmpl @@ -105,8 +105,8 @@ <a href="javascript:post('switch','<?% cgi.param('data') %?>')"><?% gettext("Switch",20) %?></a><br /> <?% END %?> <?% IF allow('livestream') %?> - <a href="?cmd=livestream&data=<?% channelpos %?>')"><img src="images/play.<?% global.imagetyp %?>" alt="" title="<?% gettext("Livestream") %?>" /></a> - <a href="?cmd=livestream&data=<?% channelpos %?>"><?% gettext("Livestream",20) %?></a> + <a href="?cmd=livestream&data=<?% channelpos %?>')"><img src="images/webcast.<?% global.imagetyp %?>" alt="" title="<?% gettext("Live TV web cast") %?>" /></a> + <a href="?cmd=livestream&data=<?% channelpos %?>"><?% gettext("Live TV web cast",20) %?></a> <?% END %?> </p> <?% END %?> |
