Update port-add.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 19:25:47 +07:00 committed by GitHub
parent 6bb9b001dc
commit 244e552eb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,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 confirm('Continue the Port creation process?')" type="submit">{Lang::T('Save')}</button> <button class="btn btn-primary" onclick="return confirm('Continue the process of adding Ports?')" type="submit">{Lang::T('Save')}</button>
Or <a href="{$_url}pool/port">{Lang::T('Cancel')}</a> Or <a href="{$_url}pool/port">{Lang::T('Cancel')}</a>
</div> </div>
</div> </div>