]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/loader.tpl
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / loader.tpl
index 5d8ef46dce3ff035d92711917e4e986254c05aee..85700c74eba1ea5a43a0a9e42def8d117e641187 100644 (file)
@@ -1,20 +1,17 @@
-<BIG><STRONG>D&nbsp;E&nbsp;R&nbsp;E&nbsp;F&nbsp;E&nbsp;R&nbsp;R&nbsp;E&nbsp;R&nbsp;&nbsp;-&nbsp;&nbsp;{!MAIN_TITLE!}</STRONG></BIG>
-<BR>
-<BR>
-<BR>
-<BR>
-<BR>
-{--LOADER_NOT_WORKING--} [
-<A href="{!__URL!}">{--LOADER_CLICK_HERE--}</A>
-]
-<SCRIPT language="JavaScript" type="text/javascript">
+<big><strong>D&nbsp;E&nbsp;R&nbsp;E&nbsp;F&nbsp;E&nbsp;R&nbsp;R&nbsp;E&nbsp;R&nbsp;&nbsp;-&nbsp;&nbsp;{?MAIN_TITLE?}</strong></big><br />
+<br />
+<br />
+<br />
+<br />
+{--LOADER_NOT_WORKING--} [<a href="$content">{--LOADER_CLICK_HERE--}</a>]
+
+<script type="text/javascript">
 <!--
-function Loader(URL)
-{
+function Loader (URL) {
        document.location.href = URL;
        return false;
 }
 
-setTimeout("Loader('{!__URL!}')", 1000);
+setTimeout("Loader('$content')", 1000);
 //-->
-</SCRIPT>
\ No newline at end of file
+</script>