mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
fixing some issues with redirects.
This commit is contained in:
parent
d895b36263
commit
143e31e932
5 changed files with 58 additions and 38 deletions
|
@ -54,6 +54,8 @@
|
|||
<div class="row">
|
||||
<div id="error-box" class="five columns msgbox msgbox-error">
|
||||
</div>
|
||||
<div id="statusDiv">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="form-row" class="row">
|
||||
|
@ -64,7 +66,8 @@
|
|||
</div>
|
||||
<div id="approveButtonDiv" class="one column u-pull-left">
|
||||
<label>
|
||||
<input id="approveButton" class="button-primary" value="Approve" type="submit">
|
||||
<button class="button-primary" id="approveButton" type="submit">Approve</button>
|
||||
<!--<input id="approveButton" class="button-primary" value="Approve" type="submit">-->
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -73,7 +76,7 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
var plugin_ttl = {{plugin_ttl}};
|
||||
var plugin_timeout = {{plugin_timeout}};
|
||||
</script>
|
||||
<script src="/static/js/jquery-1.12.2.min.js"></script>
|
||||
<script src="/static/js/captiveportal.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue