]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_page_database_config.tpl
jQuery updated:
[mailer.git] / templates / de / html / install / install_page_database_config.tpl
index 58576759f98144b9c5c777237295ea51193cc7f9..337c06af2ac94dd1cb1abc7459bfbc242d3b4d1d 100644 (file)
        </div>
 
        <div class="table_row">
-               <label class="install_label" for="mysql_type">{--INSTALLER_MYSQL_TABLE_TYPE--}</label>
-               <select id="mysql_type" name="mysql_type" size="1" class="form_select" onchange="return allowSaveChanges('mysql_type')">
+               <label class="install_label" for="mysql_engine">{--INSTALLER_MYSQL_ENGINE--}</label>
+               <select id="mysql_engine" name="mysql_engine" size="1" class="form_select" onchange="return allowSaveChanges('mysql_engine')">
                {%pipe,generateInstallerDatabaseTypeOptions%}
                </select>
 
                <div class="field_note">
-                       {--INSTALLER_MYSQL_TABLE_TYPE_NOTICE--}
+                       {--INSTALLER_MYSQL_ENGINE_NOTICE--}
                </div>
        </div>
 </fieldset>