Skip to content

Commit

Permalink
BUGFIX Fixed initial state of "use environment" checkbox in installer…
Browse files Browse the repository at this point in the history
… (from r98678)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102779 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Apr 14, 2010
1 parent de112bb commit 2ba7b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/install/config-form.html
Expand Up @@ -135,7 +135,7 @@ <h4 class="sectionHeading">Database</h4>
<div id="database_credentials" class="section">
<?php if($usingEnv) { ?>
<div id="use_environment_field" class="field">
<input id="use_environment" type="checkbox" name="useEnv" <?php if($shouldUseEnv) echo "checked=\"checked\""?> onclick="toggleDisabledFields(this);">
<input id="use_environment" type="checkbox" name="useEnv" <?php if($shouldUseEnv) echo "checked=\"checked\"" ?> onclick="toggleDisabledFields(this);">
<label for="use_environment">Use _ss_environment file for configuration</label>
</div>
<?php } ?>
Expand Down

0 comments on commit 2ba7b18

Please sign in to comment.