From 688cfedde481fa23a896b72a9b6765c16b2fca88 Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Sat, 10 Jun 2017 01:47:32 +0200 Subject: Handle now all search timer actions - Support action "Announce and Switch" and "Inactive Record". in edit_searchtimer.ecpp. - Added German translation. --- pages/edit_searchtimer.ecpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp index a81a15a..485f536 100644 --- a/pages/edit_searchtimer.ecpp +++ b/pages/edit_searchtimer.ecpp @@ -427,7 +427,8 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ? "block" : "none"; document.getElementById("searchtimermode3settings").style.display = - (selection.options[selection.selectedIndex].value == 2 & + ((selection.options[selection.selectedIndex].value == 2 || + selection.options[selection.selectedIndex].value == 3) & document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ? "block" : "none"; } @@ -751,7 +752,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); + +