move form

pull/10/head
necro-nemesis 7 years ago
parent a8854ef4b4
commit 39b4bb8055

@ -376,6 +376,7 @@ function DisplayLokinetConfig(){
<input type="text" class="form-control" name="loinetbootstrap" value="<?php echo htmlspecialchars($arrConfig['lokinetbootstrap'], ENT_QUOTES); ?>" /> <input type="text" class="form-control" name="loinetbootstrap" value="<?php echo htmlspecialchars($arrConfig['lokinetbootstrap'], ENT_QUOTES); ?>" />
</div> </div>
</div> </div>
</form>
<h5>Contact Loki user groups for the latest bootstrap</h5> <h5>Contact Loki user groups for the latest bootstrap</h5>
<div class="tab-pane fade" id="daemon"> <div class="tab-pane fade" id="daemon">
<h4>Lokient Daemon</h4> <h4>Lokient Daemon</h4>
@ -409,7 +410,7 @@ function DisplayLokinetConfig(){
echo '<input type="submit" class="btn btn-danger" name="ReGenerateLokinet" value="Regenerate .ini" />' , PHP_EOL; echo '<input type="submit" class="btn btn-danger" name="ReGenerateLokinet" value="Regenerate .ini" />' , PHP_EOL;
}; };
?> ?>
</form>
</div><!-- /.tab-content --> </div><!-- /.tab-content -->
</div><!-- /.panel-body --> </div><!-- /.panel-body -->
<div class="panel-footer"> Information provided by Lokinet</div> <div class="panel-footer"> Information provided by Lokinet</div>

Loading…
Cancel
Save