Skip to content

Commit

Permalink
Few minor fixes in installer.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11264 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
sachdeva-shubham committed Oct 26, 2011
1 parent 3be2abb commit 3941e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion application/controllers/installer.php
Expand Up @@ -887,7 +887,8 @@ function createdb()
$this->load->view('installer/dbconfig_view',$aData);

}


$values['clang'] = $clang;
$values['title']=$clang->gT("Database settings");
$values['descp']=$clang->gT("Database settings");
$values['classesForStep']=array('off','off','off','off','on','off');
Expand Down
2 changes: 1 addition & 1 deletion application/views/installer/dbsettings_view.php
Expand Up @@ -18,7 +18,7 @@
<p>&nbsp;<?php echo $descp; ?></p>
<hr />
<br />
<div class='messagebox'><div class='header'><?php $clang->eT('LimeSurvey setup'); ?></div>
<div class='messagebox'><div class='header'><?php echo $clang->eT('LimeSurvey setup'); ?></div>
<?php if (isset($adminoutputText)) echo $adminoutputText; ?>
</div><br />
</div>
Expand Down

0 comments on commit 3941e29

Please sign in to comment.