Update hotspot-edit.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 18:52:36 +07:00 committed by GitHub
parent 434d7d8cf9
commit 3adfd2f2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,7 +278,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-md-offset-2 col-md-9"> <div class="col-md-offset-2 col-md-9">
<button class="btn btn-success" type="submit">{Lang::T('Save Changes')}</button> <button class="btn btn-success" onclick="return confirm('Continue the process of changing Hotspot data?')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}services/hotspot">{Lang::T('Cancel')}</a> Or <a href="{$_url}services/hotspot">{Lang::T('Cancel')}</a>
</div> </div>
</div> </div>