mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-19 17:20:18 +02:00
Update sendPlan.tpl
This commit is contained in:
parent
fe930a1012
commit
463ee27116
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
||||||
{Lang::moneyFormat($plan['price'])}</td>
|
{Lang::moneyFormat($plan['price'])}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{Lang::T('Validity')}</td>
|
<td>{Lang::T('Validity Periode')}</td>
|
||||||
<td>{$plan['validity']} {$plan['validity_unit']}</td>
|
<td>{$plan['validity']} {$plan['validity_unit']}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-sm-3" align="center">
|
<div class="form-group col-sm-3" align="center">
|
||||||
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
||||||
onclick="return confirm('{Lang::T(" Are You Sure?")}')" value="plan"><i
|
onclick="return confirm('{Lang::T("Are You Sure?")}')" value="plan"><i
|
||||||
class="glyphicon glyphicon-send"></i></button>
|
class="glyphicon glyphicon-send"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -64,4 +64,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{include file="user-ui/footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue