Skip to content

Commit

Permalink
Fixed issue #6489: Display problems in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 18, 2012
1 parent 8c000c7 commit 1018ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/views/installer/dbconfig_view.php
Expand Up @@ -36,7 +36,7 @@
<b><?php echo CHtml::activeLabelEx($model, 'dblocation', array('label' => $clang->gT("Database location"))); ?></b><br />
<div class="description-field"><?php $clang->eT('Set this to the IP/net location of your database server. In most cases "localhost" will work.'); ?> </div>
</td>
<td style="width: 224px;" align="right"><?php echo CHtml::activeTextField($model, 'dblocation', array('value' => 'localhost', 'required' => 'required')) ?></td>
<td style="width: 224px;" align="right"><?php echo CHtml::activeTextField($model, 'dblocation', array('required' => 'required')) ?></td>
</tr>
<tr>
<td style="width: 428px;">
Expand Down
2 changes: 1 addition & 1 deletion styles/gringegreen/adminstyle.css
Expand Up @@ -1771,7 +1771,7 @@ tr.LEMsubq td {

/* some classes to highlight certain elements */
.error {
background-color: #000;
background-color: #FFBABA;
}
.ok {
background-color: #00ff00
Expand Down

0 comments on commit 1018ccc

Please sign in to comment.