provide placeholder value

pull/10/head
necro-nemesis 7 years ago
parent 1d73662f83
commit ed8342d46d

@ -373,7 +373,7 @@ function DisplayLokinetConfig(){
<div class="row"> <div class="row">
<div class="form-group col-lg-12"> <div class="form-group col-lg-12">
<label for="code">lokinet-bootstrap URL</label> <label for="code">lokinet-bootstrap URL</label>
<input type="text" class="form-control" name="loinetbootstrap" value="<?php echo htmlspecialchars($arrConfig['lokinetbootstrap'], ENT_QUOTES); ?>" /> <input type="text" class="form-control" name="loinetbootstrap" placeholder="http://206.81.100.174/n-st-5.signed" value="<?php echo htmlspecialchars($arrConfig['lokinetbootstrap'], ENT_QUOTES); ?>" />
<h5>Contact Loki user groups for the latest bootstrap</h5> <h5>Contact Loki user groups for the latest bootstrap</h5>
<input type="submit" class="btn btn-outline btn-primary" name="ApplyLokinetSettings" value="Apply" /> <input type="submit" class="btn btn-outline btn-primary" name="ApplyLokinetSettings" value="Apply" />
<?php <?php

Loading…
Cancel
Save