diff options
-rw-r--r-- | pages/whats_on.ecpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index ffde366..01010a3 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -34,7 +34,8 @@ if (type == "now") { <head> <title>VDR-Live - <$ head $></title> <link rel="stylesheet" type="text/css" href="styles.css" /> -<& tooltip.javascript &> + <& tooltip.javascript &> + <& pageelems.ajax_js &> </head> <body> <& pageelems.logo &> @@ -71,6 +72,7 @@ if (type == "now") { <div class="content"> <div class="tools"> <& pageelems.event_timer channelid=(channel_id) eventid=(event) &> + <& pageelems.ajax_action_href action="switch_channel" param=(*channel_id.ToString()) image="zap.png" alt="" &> </div> <div> <div class="info"><$ start $> - <$ end $></div> |