Update bandwidth-edit.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 18:39:25 +07:00 committed by GitHub
parent 495da312a8
commit da541595a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-primary" type="submit">{Lang::T('Save Change')}</button>
<button class="btn btn-primary" onclick="return confirm('Continue the Bandwidth change process?')" type="submit">{Lang::T('Save Change')}</button>
Or <a href="{$_url}bandwidth/list">{Lang::T('Cancel')}</a>
</div>
</div>
@ -145,4 +145,4 @@
}
</script>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}