Further fixes for installation phase and endless loop
[mailer.git] / templates / de / html / install / install_fatal_errors.tpl
1 <form accept-charset="utf-8" action="{?URL?}/install.php?page=2" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="install_main">
3 <tr>
4   <td align="center">
5     <div class="install_welcome">{--HEADER_MYSQL_ERRORS--}</div>
6   </td>
7 </tr>
8 <tr><td colspan="2" height="21" class="seperator">&nbsp;</td></tr>
9 <tr>
10   <td><div class="install_text">
11     {--TEXT_MYSQL_ERRORS--}
12   </div></td>
13 </tr>
14 <tr>
15   <td align="center"><strong>
16     <ol>
17 $content[fatal_errors]
18     </ol>
19 $content[mysql_hidden]
20     <input type="hidden" name="spath" value="$content[spath]" />
21     <input type="hidden" name="burl" value="$content[burl]" />
22     <input type="hidden" name="title" value="$content[title]" />
23     <input type="submit" class="admin_submit" name="ok" value="{--RETURN_MYSQL_PAGE--}" />
24   </strong></td>
25 </tr>
26 </table>
27 </form>