improved redability of cl-package prices table
This commit is contained in:
@@ -100,20 +100,24 @@ $id = isset($customer_id) ? 'extras_customer_'.$customer_id : 'extras_default';
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
|
<label>+</label>
|
||||||
<input
|
<input
|
||||||
class="wiaas-cl-extra-input"
|
class="wiaas-cl-extra-input"
|
||||||
type="text"
|
type="text"
|
||||||
style="visibility: hidden;"
|
readonly
|
||||||
|
value="0"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="form-group">
|
<td class="form-group">
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
|
<label>+</label>
|
||||||
<input
|
<input
|
||||||
class="wiaas-cl-extra-input"
|
class="wiaas-cl-extra-input"
|
||||||
type="text"
|
type="text"
|
||||||
style="visibility: hidden;"
|
readonly
|
||||||
|
value="0"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
@@ -130,16 +134,19 @@ $id = isset($customer_id) ? 'extras_customer_'.$customer_id : 'extras_default';
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="form-group">
|
<td class="form-group">
|
||||||
<div class="form-control">
|
|
||||||
<input
|
|
||||||
class="wiaas-cl-extra-input"
|
|
||||||
type="text"
|
|
||||||
style="visibility: hidden;"
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
<?php
|
<?php
|
||||||
if($configured_price['package_pay_period'] > 0) {
|
if($configured_price['package_pay_period'] > 0) {
|
||||||
?>
|
?>
|
||||||
|
<div class="form-control">
|
||||||
|
<label>+</label>
|
||||||
|
<input
|
||||||
|
class="wiaas-cl-extra-input"
|
||||||
|
type="text"
|
||||||
|
readonly
|
||||||
|
value="0"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
<label>+</label>
|
<label>+</label>
|
||||||
<input
|
<input
|
||||||
|
|||||||
Reference in New Issue
Block a user