Update vpn-edit.tpl

This commit is contained in:
Ahmad Husein
2024-10-23 18:33:01 +07:00
committed by GitHub
parent 0f59250215
commit 6f4f788d8f

View File

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