diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-06-07 08:14:30 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-06-07 08:14:30 +0000 |
commit | 995562b27db5f6549f9a303130e07242e38a6ed1 (patch) | |
tree | 4da1431632fcb03e651286289eb80d6d60b2e8cd /pages | |
parent | 92d0a175e02585beca0fc2642d876b5379829a14 (diff) | |
download | vdr-plugin-live-995562b27db5f6549f9a303130e07242e38a6ed1.tar.gz vdr-plugin-live-995562b27db5f6549f9a303130e07242e38a6ed1.tar.bz2 |
- also highlight 'at' and 'What's on' in corresponding mode in page 'What's on'
Diffstat (limited to 'pages')
-rw-r--r-- | pages/whats_on.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 84c21a2..9af9ea2 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -224,7 +224,7 @@ if (type == "now") { <span class="sep">|</span> <a class="<? current_type == "next" ? "active" ?>" href="whats_on.html?type=next&mode=<$ current_mode $>" id="nexthref"><$ tr("Next") $></a> <span class="sep">|</span> -<span><$ tr("What's on") $></span> +<span class="<? current_type == "at" && current_fixtime != "" ? "active" ?>"><$ tr("What's on") $></span> <select name="userdeftimes" size="1" id="userdeftimes" onchange="showtime(this)"> <option value="0"/> <{ @@ -238,7 +238,7 @@ if (type == "now") { }> </select> <span class="sep">|</span> -<span><$ tr("at") $></span> +<span class="<? current_type == "at" && current_fixtime == "" ? "active" ?>"><$ tr("at") $></span> <input type="text" size="6" name="spectime" id="spectime" value = "<? current_attime != "" ? current_displaytime ?>" onchange="showspectime(this)"/> <span class="sep">|</span> % if ( current_mode == "list" ) { |