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

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11640 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-09 06:46:44 +00:00
parent bf5b6a19b9
commit c1318963c2
7 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@
<a href="{getUrl('', 'act', 'dispInstallCheckEnv')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
</span>
<span class="x_pull-right">
<button type="submit" class="x_btn x_btn-small x_btn-inverse">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-db-select">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
</span>
</div>
</form>