Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/1939
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel kerr committed Oct 8, 2014
1 parent 906922c commit 8aa18d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion upload/install/view/template/step_3.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
<label class="col-sm-2 control-label" for="input-db-prefix"><?php echo $entry_db_prefix; ?></label>
<div class="col-sm-10">
<input type="text" name="db_prefix" value="<?php echo $db_prefix; ?>" id="input-db-prefix" class="form-control" />
</div>
<?php if ($error_db_prefix) { ?>
<div class="text-danger"><?php echo $error_db_prefix; ?></div>
<?php } ?>
</div>
</div>
</fieldset>
<p><?php echo $text_db_administration; ?></p>
Expand Down

0 comments on commit 8aa18d0

Please sign in to comment.