Issue 2056. DB hostname, port, table prefix items should be hidden. Started.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11638 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-09 05:11:28 +00:00
parent 055f775cc0
commit fffb46d362
13 changed files with 185 additions and 275 deletions

View file

@ -38,9 +38,9 @@
</div>
</form>
<form name="backForm" method="post" action="./">
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="dispInstallDBForm" />
<input type="hidden" name="db_type" value="{$db_type}" />
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="dispInstallDBForm" />
<input type="hidden" name="db_type" value="{$db_type}" />
</form>
</div>
</div>