Update radius-nas-edit.tpl

This commit is contained in:
Ahmad Husein 2025-01-19 14:07:10 +07:00 committed by GitHub
parent 3f3435157c
commit ada655a074
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" onclick="return ask(this, 'Continue the process of changing the Radius of the NAS?')" <button class="btn btn-primary" onclick="return ask(this, '{Lang::T("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>