small change : venkateshwaran
This commit is contained in:
parent
52c237d2fd
commit
c918c0d5ef
@ -1216,7 +1216,7 @@ class Admin_controller extends BaseController
|
||||
<td style="text-decoration:line-through; text-align: center;" >'.$date->format('M d , Y').'</td>
|
||||
<td style="text-decoration:line-through; text-align: center;" >'.$expirydate->format('M d , Y').'</td>
|
||||
<td style="text-align: center; text-decoration:line-through; text-align: center;">'.$balance.'</td>
|
||||
<td class="balance" style="text-align: center;">'.$data['credit_data'][$i]['reason'].
|
||||
<td class="balance" title="'.$data['credit_data'][$i]['reason'].'" style="text-align: center;">'.$data['credit_data'][$i]['avaiable_credit'].
|
||||
'</td>
|
||||
|
||||
<td style="text-align: center;" title="Retrieve"><i id="'.$data['credit_data'][$i]['id'].'" class="mdi mdi-file-plus add-balance" style="font-size:20px;"></i><div id="'.$data['credit_data'][$i]['id'].'text" style="display:none;"><div class="d-flex"><input id="'.$data['credit_data'][$i]['id'].'right" type="text" class="add-balance-confirmation form-control"> <i class="mdi mdi-check-circle mdi-24px right" id="'.$balance.'|'.$data['credit_data'][$i]['id'].'|'.$member_id.'" ></i> <i class="mdi mdi-close-circle mdi-24px" id="'.$data['credit_data'][$i]['id'].'hide" ></i></div></div></td></tr>';
|
||||
|
||||
@ -169,7 +169,7 @@ $(document).on('click','.mdi-plus-box',function(){
|
||||
<input type="number" class="form-control" name="credit_points" id="credit" required value="1" onkeypress = "return matchnum(event)">
|
||||
</div>
|
||||
<div class="mb-1 mt-2 col-md-4">
|
||||
<label class="form-label">Cost<span style="color: red;margin-left: 4px;">*</label>
|
||||
<label class="form-label">Cost($)<span style="color: red;margin-left: 4px;">*</label>
|
||||
<input type="text" class="form-control" name="cost" id="cost" readonly required value="${res.OnePackValue[0]['value']}">
|
||||
</div>
|
||||
<div class="mb-1 mt-2 col-md-4">
|
||||
@ -183,7 +183,7 @@ $(document).on('click','.mdi-plus-box',function(){
|
||||
<div class="mb-1 mt-2 col-md-12">
|
||||
<label class="form-label">Remarks<span style="color: red;margin-left: 4px;">*</label>
|
||||
<input type="text" class="form-control" name="remarks" maxlength="30">
|
||||
<span style="color: red;margin-left: 4px;"><i>Remarks only allowed 30 Characters</i></span>
|
||||
<span style="color: red;margin-left: 4px;"><i>Remarks must be 30 characters</i></span>
|
||||
</div>
|
||||
</div>
|
||||
<div style="text-align:center;margin-top:30px;"><button type="submit" class="btn btn-primary waves-effect waves-light" id="button">Add</button></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user