mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 02:34:38 +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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{Lang::T('Validity')}</td>
|
||||
<td>{Lang::T('Validity Periode')}</td>
|
||||
<td>{$plan['validity']} {$plan['validity_unit']}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<div class="form-group col-sm-3" align="center">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -64,4 +64,4 @@
|
|||
</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