Update radius-nas-edit.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 19:07:41 +07:00 committed by GitHub
parent 859e0ce6af
commit 2b3d3a6796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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