mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-16 07:48:09 +02:00
Update bandwidth-add.tpl
This commit is contained in:
parent
a6df867ca1
commit
b313f1de36
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,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" type="submit">{Lang::T('Save')}</button>
|
<button class="btn btn-primary" onclick="return confirm('Continue the Bandwidth creation process?')" type="submit">{Lang::T('Save')}</button>
|
||||||
Or <a href="{$_url}bandwidth/list">{Lang::T('Cancel')}</a>
|
Or <a href="{$_url}bandwidth/list">{Lang::T('Cancel')}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -128,4 +128,4 @@ function burstIt(value) {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{include file="sections/footer.tpl"}
|
{include file="sections/footer.tpl"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue