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 ++++- po/ca_ES.po | 6 ++++++ po/cs_CZ.po | 6 ++++++ po/da_DK.po | 6 ++++++ po/de_DE.po | 6 ++++++ po/el_GR.po | 6 ++++++ po/es_ES.po | 6 ++++++ po/et_EE.po | 6 ++++++ po/fi_FI.po | 6 ++++++ po/fr_FR.po | 6 ++++++ po/hr_HR.po | 6 ++++++ po/hu_HU.po | 6 ++++++ po/it_IT.po | 6 ++++++ po/lt_LT.po | 6 ++++++ po/nl_NL.po | 6 ++++++ po/nn_NO.po | 6 ++++++ po/pl_PL.po | 6 ++++++ po/pt_PT.po | 6 ++++++ po/ro_RO.po | 6 ++++++ po/ru_RU.po | 6 ++++++ po/sk_SK.po | 6 ++++++ po/sl_SI.po | 6 ++++++ po/sv_SE.po | 6 ++++++ po/tr_TR.po | 6 ++++++ 24 files changed, 142 insertions(+), 1 deletion(-) 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"); + +