mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Change error after no server ping response and better submit buttons
This commit is contained in:
parent
e9b7f7e40e
commit
4ba73e9908
3 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="cbi-page-actions">
|
<div class="cbi-page-actions">
|
||||||
<input type="hidden" name="token" value="<%=token%>" />
|
<input type="hidden" name="token" value="<%=token%>" />
|
||||||
<button class="btn" type="submit">Submit</button>
|
<input class="cbi-button cbi-button-apply" type="submit" value="<%:Save & Apply%>" /> <input class="cbi-button cbi-button-reset" type="button" value="Reset" onclick="location.href='<%=url('admin/system/openmptcprouter/settings')%>'" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
if(server_ping == 'DOWN')
|
if(server_ping == 'DOWN')
|
||||||
{
|
{
|
||||||
statusMessage += 'Can\'t ping server<br />'
|
statusMessage += 'No Server ping response after 1 second<br />'
|
||||||
}
|
}
|
||||||
if(multipath == 'master' && master > 1)
|
if(multipath == 'master' && master > 1)
|
||||||
{
|
{
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="cbi-page-actions">
|
<div class="cbi-page-actions">
|
||||||
<input type="hidden" name="token" value="<%=token%>" />
|
<input type="hidden" name="token" value="<%=token%>" />
|
||||||
<button class="btn" type="submit">Submit</button>
|
<input class="cbi-button cbi-button-apply" type="submit" value="<%:Save & Apply%>" /> <input class="cbi-button cbi-button-reset" type="button" value="Reset" onclick="location.href='<%=url('admin/system/openmptcprouter/wizard')%>'" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<script type="text/javascript">cbi_init();</script>
|
<script type="text/javascript">cbi_init();</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue