diff options
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index e2f1a0f..9a60e7f 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -279,8 +279,10 @@ if (type == "now") { <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 ( LiveFeatures< features::epgsearch >().Recent() ) { <a class="<? current_type == "favs" ? "active" ?>" href="whats_on.html?type=favs&mode=<$ current_mode $>"><$ tr("Favorites") $></a> <span class="sep">|</span> +% } % if ( current_mode == "list" ) { <a href="whats_on.html?mode=detail&type=<$ current_type $>&attime=<$ current_attime $>&fixtime=<$ current_fixtime $>"><$ tr("Details view") $></a> % } else { |