Rewrites for installation phase:
[mailer.git] / templates / de / html / install / install_fatal_errors.tpl
index 74f223b75213d6b5a0075f9227ac009107ba4849..e631447f80016edfbdaf67208c7a10da0f07f8e2 100644 (file)
@@ -1,14 +1,13 @@
-<form accept-charset="utf-8" action="{?URL?}/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">
-    <div class="install_welcome">{--HEADER_MYSQL_ERRORS--}</div>
+    <div class="install_welcome">{--INSTALLER_HEADER_MYSQL_ERRORS--}</div>
   </td>
 </tr>
-<tr><td colspan="2" height="21" class="seperator">&nbsp;</td></tr>
 <tr>
   <td><div class="install_text">
-    {--TEXT_MYSQL_ERRORS--}
+    {--INSTALLER_TEXT_MYSQL_ERRORS--}
   </div></td>
 </tr>
 <tr>
@@ -20,7 +19,7 @@ $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--}" />
+    <input type="submit" class="admin_submit" name="ok" value="{--INSTALLER_RETURN_MYSQL_PAGE--}" />
   </strong></td>
 </tr>
 </table>