title modify in input db info

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12584 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2013-01-24 06:20:29 +00:00
parent 1dfd44ecff
commit 55a706a8ef
7 changed files with 12 additions and 5 deletions

View file

@ -10,7 +10,7 @@
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procMysqlDBSetting" />
<input type="hidden" name="db_type" value="{$db_type}" />
<h2>{$db_type}</h2>
<h2>{$title}</h2>
<div class="x_control-group">
<label for="dbId" class="x_control-label">{$lang->db_userid}</label>
<div class="x_controls"><input name="db_userid" type="text" id="dbId" required /></div>