X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fjs%2Fjs_surfbar_stopped.tpl;h=800e246c1ba66c09dd52cfa6eda8ec1c2cc70b60;hp=5bd1175d84c0fdac904ec6d006ee093abd008616;hb=fbc924b41ebc7af982dda4f2e8b2968555663660;hpb=9bc2a494fae1a98f0873a6f3bd8c878b09124b9f diff --git a/templates/de/html/js/js_surfbar_stopped.tpl b/templates/de/html/js/js_surfbar_stopped.tpl index 5bd1175d84..800e246c1b 100644 --- a/templates/de/html/js/js_surfbar_stopped.tpl +++ b/templates/de/html/js/js_surfbar_stopped.tpl @@ -1,5 +1,5 @@ var interval = null; -var countDown = "{%pipe,getRequestParameter,bigintval=restart%}"; +var countDown = "{?surfbar_restart_time?}"; var timer = document.getElementById("surfbar_counter"); var buttonDiv = document.getElementById("surfbar_button"); @@ -8,7 +8,7 @@ function restart () { } function showButton () { - buttonDiv.innerHTML = "
"; + buttonDiv.innerHTML = "
"; } function counter () { @@ -27,7 +27,7 @@ function counter () { function init () { interval = window.setInterval("counter()", 1000); - timer.innerHTML = "$content[restart]"; + timer.innerHTML = "{?surfbar_restart_time?}"; } window.setTimeout("init()", 500);