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
6d9c6fd5
Commit
6d9c6fd5
authored
6 years ago
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app feedback
parent
3d4f2294
master
…
client
jansa
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
19 deletions
+17
-19
Appfeedback.php
admin/application/controllers/Appfeedback.php
+1
-1
common_helper.php
admin/application/helpers/common_helper.php
+16
-18
No files found.
admin/application/controllers/Appfeedback.php
View file @
6d9c6fd5
...
@@ -14,7 +14,7 @@ class Appfeedback extends CI_Controller {
...
@@ -14,7 +14,7 @@ class Appfeedback extends CI_Controller {
}
}
public
function
index
()
{
public
function
index
()
{
$all_policy
=
$this
->
Policy
_model
->
get_doctor_feedback
();
$all_policy
=
$this
->
Appfeedback
_model
->
get_doctor_feedback
();
$template
[
'page'
]
=
"ManagePolicy/addPolicy"
;
$template
[
'page'
]
=
"ManagePolicy/addPolicy"
;
$template
[
'page_title'
]
=
"Manage Policy Page"
;
$template
[
'page_title'
]
=
"Manage Policy Page"
;
...
...
This diff is collapsed.
Click to expand it.
admin/application/helpers/common_helper.php
View file @
6d9c6fd5
...
@@ -195,24 +195,6 @@ function user_menu() {
...
@@ -195,24 +195,6 @@ function user_menu() {
]'
]'
),
),
array
(
array
(
"slug"
=>
"App Feedback Doctor"
,
//fa-wheelchair-alt,fa-blind
"name"
=>
"App Feedback Doctor"
,
"url"
=>
"Appfeedback"
,
"icon"
=>
"fa-bars"
,
"submenu"
=>
false
,
"capabilities"
=>
array
(
"app_feedback_doctor"
),
),
array
(
"slug"
=>
"App Feedback Patient"
,
//fa-wheelchair-alt,fa-blind
"name"
=>
"App Feedback Patient"
,
"url"
=>
"Appfeedback/patient_index"
,
"icon"
=>
"fa-bars"
,
"submenu"
=>
false
,
"capabilities"
=>
array
(
"app_feedback_patient"
),
),
array
(
"slug"
=>
"Manage Charity"
,
"slug"
=>
"Manage Charity"
,
"name"
=>
"Manage Charity"
,
"name"
=>
"Manage Charity"
,
"url"
=>
"#"
,
"url"
=>
"#"
,
...
@@ -246,8 +228,24 @@ function user_menu() {
...
@@ -246,8 +228,24 @@ function user_menu() {
"capabilities"
=>
array
(
"cancelled_consultations"
),
"capabilities"
=>
array
(
"cancelled_consultations"
),
),
),
array
(
"slug"
=>
"App Feedback Doctor"
,
//fa-wheelchair-alt,fa-blind
"name"
=>
"App Feedback Doctor"
,
"url"
=>
"Appfeedback"
,
"icon"
=>
"fa-bars"
,
"submenu"
=>
false
,
"capabilities"
=>
array
(
"app_feedback_doctor"
),
),
array
(
"slug"
=>
"App Feedback Patient"
,
//fa-wheelchair-alt,fa-blind
"name"
=>
"App Feedback Patient"
,
"url"
=>
"Appfeedback/patient_index"
,
"icon"
=>
"fa-bars"
,
"submenu"
=>
false
,
"capabilities"
=>
array
(
"app_feedback_patient"
),
),
array
(
array
(
"slug"
=>
"Principal Issues"
,
//fa-wheelchair-alt,fa-blind
"slug"
=>
"Principal Issues"
,
//fa-wheelchair-alt,fa-blind
"name"
=>
"Principal Issues"
,
"name"
=>
"Principal Issues"
,
...
...
This diff is collapsed.
Click to expand it.
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