MyISAM/InnoDB support added
[mailer.git] / templates / de / html / install / install_page2.tpl
index 3c94e03ed3002d828a648aad72597b0bc34d74cf..6aeabef076dee6d165b150285390bd08342cc45e 100644 (file)
        <tr>
                <td colspan="2" height="10" class="seperator">&nbsp;</td>
        </tr>
+       <tr>
+               <td width="50%" align="right" class="install">{--MYSQL_TABLE_TYPE--}&nbsp;:&nbsp;</td>
+               <td width="50%">
+                       <select name="mysql[type]" size="1">
+                               <option value="MyISAM">{--TABLE_TYPE_MYISAM--}</option>
+                               <option value="InnoDB">{--TABLE_TYPE_INNODB--}</option>
+                       </select>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" height="10" class="seperator">&nbsp;</td>
+       </tr>
        <tr>
                <td width="50%" align="right" class="install">{--MYSQL_LOGIN--}&nbsp;:&nbsp;</td>
                <td width="50%"><input type="text" name="mysql[login]" size="25"