Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IPok_Web
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPok
IPok_Web
Commits
62854362
Commit
62854362
authored
Aug 01, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
med red
parent
566e2238
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doctor_dash_start_service_summary.php
application/views/doctor_dash_start_service_summary.php
+2
-2
No files found.
application/views/doctor_dash_start_service_summary.php
View file @
62854362
...
...
@@ -257,7 +257,7 @@
<img
src=
"
<?php
echo
base_url
();
echo
$doctor_data
[
'dr_pic'
]
?>
"
>
</div>
<div
class=
"ip_profile_tab_name"
>
<h3>
Dr.
<?php
echo
$
this
->
encrypt
->
decode
(
$doctor_data
[
'dr_name'
])
;
?>
</h3>
<h3>
Dr.
<?php
echo
$
doctor_data
[
'dr_name'
]
;
?>
</h3>
<!-- <form id="ip_user_rating_form">
<div id="ip_selected_rating" class="ip_selected_rating floatLeft">5.0</div>
<span class="ip_user_rating floatLeft">
...
...
@@ -272,7 +272,7 @@
</div>
<div
class=
"ip_profile_tab_name_detail"
>
<p><strong>
<?php
if
(
!
empty
(
$record_data
[
'patient_review'
]))
{
echo
$record_data
[
'patient_review'
]
;
}
?>
<?php
if
(
!
empty
(
$record_data
[
'patient_review'
]))
{
echo
decrypt_data
(
$record_data
[
'patient_review'
])
;
}
?>
</strong></p>
</div>
<div
class=
"clear"
></div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment