Commit 3b996506 by Jansa Jose

admin

parent d60923c7
......@@ -56,7 +56,7 @@
<td><?php echo decrypt_data($customer->name); ?></td>
<td><?php echo $customer->email; ?></td>
<td><?php echo $customer->gender; ?></td>
<td><?php if($customer->gender == '0'){ echo 'MALE';} elseif($customer->gender == '1'){ echo "FEMALE"; } else{ echo "OTHERS";} ?></td>
<td><img src="<?php echo base_pic_url().$customer->profile_photo; ?>" alt="" width="50px" height="50px" /></td>
<td> <?php
if( $customer->account_status =='0'){ ?>
......
......@@ -67,7 +67,7 @@
<tr>
<td class="hidden"><?php echo $doctor['id']; ?></td>
<td><?php echo $doctor['name']; ?></td>
<td><?php echo $doctor['gender']; ?></td>
<td><?php if($customer->gender == '0'){ echo 'MALE';} elseif($customer->gender == '1'){ echo "FEMALE"; } else{ echo "OTHERS";} ?></td>
<td><?php echo $doctor['email']; ?></td>
<td><?php echo decrypt_data($doctor['street_address']).', '.decrypt_data($doctor['locality']).', '.decrypt_data($doctor['cep']); ?></td>
<td> <?php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment