change confirm() to ask()

This commit is contained in:
iBNu Maksum
2024-11-06 13:45:36 +07:00
parent 2b7361cf6b
commit b316e4a242
58 changed files with 132 additions and 108 deletions

View File

@ -78,7 +78,7 @@
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-primary" onclick="return confirm('Continue the process of changing Routers?')" type="submit">{Lang::T('Save Changes')}</button>
<button class="btn btn-primary" onclick="return ask(this, 'Continue the process of changing Routers?')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}routers/list">{Lang::T('Cancel')}</a>
</div>
</div>