Start working with select menu's on admin views.
This commit is contained in:
parent
3e7d4b0e3f
commit
433c509f46
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
<label class="control-label">Developer Mode</label>
|
<label class="control-label">Developer Mode</label>
|
||||||
<select class="form-control" name="developer">
|
<select class="form-control" name="developer">
|
||||||
<option value="false">Disabled</option>
|
<option value="false">Disabled</option>
|
||||||
<option value="true" @if($bp->dbGet('developer')) @endif>Enabled</option>
|
<option value="true" @if($bp->dbGet('developer') == "true") selected @endif>Enabled</option>
|
||||||
</select>
|
</select>
|
||||||
<p class="text-muted small">Enable or disable developer-oriented features.</p>
|
<p class="text-muted small">Enable or disable developer-oriented features.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue