Update pppoe-add.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 18:24:56 +07:00 committed by GitHub
parent b7aee6f91c
commit b375460789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@
</div>
<div class="form-group">
<div class="col-md-offset-2 col-md-10">
<button class="btn btn-primary" type="submit">{Lang::T('Save Changes')}</button>
<button class="btn btn-primary" onclick="return confirm('Continue the PPPoE package creation process?')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}services/pppoe">{Lang::T('Cancel')}</a>
</div>
</div>