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 | 51899785cc76d32a71b043b6a19d3c8e904355e2 (patch) | |
| tree | d817e1b7f77bafe84b1418474213eda1140a92bf /html/program.tmpl | |
| parent | 8222d826a768795076a655fcc057a218b7f8e933 (diff) | |
| download | xxv-51899785cc76d32a71b043b6a19d3c8e904355e2.tar.gz xxv-51899785cc76d32a71b043b6a19d3c8e904355e2.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 'html/program.tmpl')
| -rw-r--r-- | html/program.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/program.tmpl b/html/program.tmpl index 195fdb8..8fe07b1 100644 --- a/html/program.tmpl +++ b/html/program.tmpl @@ -36,7 +36,7 @@ </form> <td> <a href='?cmd=switch&data=<?% channelpos %?>'>[<?% gettext('Switch') %?>]</a> - <a href='?cmd=livestream&data=<?% channelpos %?>' type='audio/x-mpegurl'>[<?% gettext('Livestream') %?>]</a> + <a href='?cmd=livestream&data=<?% channelpos %?>'>[<?% gettext('Live TV web cast') %?>]</a> </td> </tr> </table> |
