]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_fatal_errors.tpl
Further fixes for installation phase and endless loop
[mailer.git] / templates / de / html / install / install_fatal_errors.tpl
index fb397fb55c24a4a63bae6b3e1bd23a514efe5d70..74f223b75213d6b5a0075f9227ac009107ba4849 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!__BURL_ACTION!}/install.php?page=2" method="post">
+<form accept-charset="utf-8" action="{?URL?}/install.php?page=2" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="install_main">
 <tr>
   <td align="center">
 <tr>
   <td align="center"><strong>
     <ol>
-{!__FATAL_ERROR_LI!}
+$content[fatal_errors]
     </ol>
-{!__MYSQL_DATA!}
-    <input type="hidden" name="spath" value="{!__SPATH_VALUE!}" />
-    <input type="hidden" name="burl" value="{!__BURL_VALUE!}" />
-    <input type="hidden" name="title" value="{!__TITLE_VALUE!}" />
+$content[mysql_hidden]
+    <input type="hidden" name="spath" value="$content[spath]" />
+    <input type="hidden" name="burl" value="$content[burl]" />
+    <input type="hidden" name="title" value="$content[title]" />
     <input type="submit" class="admin_submit" name="ok" value="{--RETURN_MYSQL_PAGE--}" />
   </strong></td>
 </tr>