mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
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:
parent
1dfd44ecff
commit
55a706a8ef
7 changed files with 12 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue