Put save button on web interface into box footer

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-10-21 12:56:11 +02:00
parent d516c63262
commit 9684c368d5
+2
View File
@@ -947,6 +947,8 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
</div>
<input type="hidden" name="field" value="webUI">
<input type="hidden" name="token" value="<?php echo $token ?>">
</div>
<div class="box-footer clearfix">
<button type="submit" class="btn btn-primary pull-right">Save</button>
</div>
</div>