Commit 0dd47319 by Jansa Jose

change dr dob

parent 07338df6
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<p class="ip_row_p"><?php load_language('date_of_birth');?></p> <p class="ip_row_p"><?php load_language('date_of_birth');?></p>
<div class="ip_bank_detail_frame" id="edit-doctor"> <div class="ip_bank_detail_frame" id="edit-doctor">
<!-- <input class="ip_reg_form_input" type="text" form-control" placeholder=""> --> <!-- <input class="ip_reg_form_input" type="text" form-control" placeholder=""> -->
<input name="dob" readonly class="ip_reg_form_input form-control reset-form-custom background_transparent" data-parsley-required="true"> <input name="dob" readonly class="ip_reg_form_input form-control reset-form-custom background_transparent" data-parsley-required="true" value="<?php echo $doctor_data['dr_dob']?>">
</div> </div>
</div> </div>
</div> </div>
......
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