gwm
This commit is contained in:
parent
a70eb8a5bd
commit
51bf6654ca
@ -32,7 +32,7 @@ text-align: center;
|
||||
<div class="col-12">
|
||||
<div class="page-title-box page-title-box-alt">
|
||||
<a href="<?php echo base_url().'members_list'; ?>" title="Back" ><i class="mdi mdi-keyboard-backspace" style="font-size: 35px;"></i></a>
|
||||
<h4 class="page-title">Member Name : <?php echo $fname." ".$lname; ?> , Balance : <?php echo $avaiable_credit; ?></h4>
|
||||
<h4 class="page-title">Member Name : <?php echo $fname." ".$lname; ?> (Total Credits : <?php echo $avaiable_credit; ?>)</h4>
|
||||
|
||||
<div class="page-title-right">
|
||||
<ol class="breadcrumb m-0">
|
||||
@ -348,7 +348,7 @@ function matchnum(event)
|
||||
$(document).on('change','.add_or_sub',function(){
|
||||
if($(this).val() == 'sub')
|
||||
{
|
||||
$('#button').html('Reduse');
|
||||
$('#button').html('Reduce');
|
||||
}else{
|
||||
$('#button').html('Add');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user