minor changes -vadivel J
This commit is contained in:
parent
4b8b778a55
commit
24fe5d41c1
@ -248,6 +248,10 @@ if (!empty($POItem) && $CapitalRange == '1') {
|
|||||||
z-index: 1080 !important;
|
z-index: 1080 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.radio input[type="radio"] {
|
||||||
|
pointer-events: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script src="<?php echo base_url() ?>public/assets/tinymce/js/tinymce/tinymce.min.js"></script>
|
<script src="<?php echo base_url() ?>public/assets/tinymce/js/tinymce/tinymce.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -1703,16 +1707,16 @@ if (!empty($POItem) && $CapitalRange == '1') {
|
|||||||
<div class="modal-body p-4">
|
<div class="modal-body p-4">
|
||||||
<form>
|
<form>
|
||||||
|
|
||||||
<div class="radio">
|
<div >
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="editoptPackaging"
|
<input type="radio" name="editoptPackaging" checked
|
||||||
value='0' id="editoptPackaging"> Basic Amount</label>
|
value='0'> Basic Amount</label>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="radio">
|
<div >
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="editoptPackaging"
|
<input type="radio" name="editoptPackaging"
|
||||||
id="editoptPackaging" value='1'> After Discount
|
value='1'> After Discount
|
||||||
Amount </label>
|
Amount </label>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user