mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
change input name of sqlite install process
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8588 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
38cc94f26e
commit
edfbd84f99
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2 class="h2">{$db_type}</h2>
|
||||
<ul class="form formDbInfo">
|
||||
<li><label for="dbDatabaseFile">{$lang->db_database_file}</label><input name="db_database_file" value="./files/xe.sqlite" type="text" class="iText" id="dbDatabaseFile" /><p>{$lang->about_database_file}</p></li>
|
||||
<li><label for="dbDatabaseFile">{$lang->db_database_file}</label><input name="db_database" value="./files/xe.sqlite" type="text" class="iText" id="dbDatabaseFile" /><p>{$lang->about_database_file}</p></li>
|
||||
<li><label for="dbPrefix">{$lang->db_table_prefix}</label><input name="db_table_prefix" type="text" class="iText" id="dbPrefix" value="xe" /></li>
|
||||
</ul>
|
||||
<div class="desc">{$lang->db_info_desc}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue