Captive portal, show message on save (settings need apply)

This commit is contained in:
Ad Schellevis 2019-03-20 18:33:05 +01:00
parent 13fa8b9956
commit dc0f43969c

View File

@ -184,7 +184,7 @@ POSSIBILITY OF SUCH DAMAGE.
<div class="tab-content content-box">
<div id="zones" class="tab-pane fade in active">
<!-- tab page "zones" -->
<table id="grid-zones" class="table table-condensed table-hover table-striped table-responsive" data-editDialog="DialogZone">
<table id="grid-zones" class="table table-condensed table-hover table-striped table-responsive" data-editAlert="changeMessage" data-editDialog="DialogZone">
<thead>
<tr>
<th data-column-id="enabled" data-width="6em" data-type="string" data-formatter="rowtoggle">{{ lang._('Enabled') }}</th>
@ -233,6 +233,9 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
</div>
<div class="col-md-12">
<div id="changeMessage" class="alert alert-info" style="display: none" role="alert">
{{ lang._('After changing settings, please remember to apply them with the button below') }}
</div>
<hr/>
<button class="btn btn-primary" id="reconfigureAct" type="button"><b>{{ lang._('Apply') }}</b> <i id="reconfigureAct_progress"></i></button>
<br/><br/>