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

@ -116,6 +116,9 @@ class installView extends install
// Output the file, disp_db_info_form.html
$tpl_filename = sprintf('form.%s', Context::get('db_type'));
$title = sprintf(Context::getLang('input_dbinfo_by_dbtype'), Context::get('db_type'));
Context::set('title', $title);
$this->setTemplateFile($tpl_filename);
}