forked from kevinowino869/mitrobill
Update sendPlan.tpl
This commit is contained in:
parent
fe930a1012
commit
463ee27116
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user