From 198ba03e2a667ca3f59d0c2b2d1c7f853807cd41 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Thu, 18 Feb 2021 13:49:35 -0500 Subject: [PATCH] fix --- adminwww/application/controllers/Dash.php | 3 +- .../views/practice/view_practice.php | 89 +++++++++++++++++++ 2 files changed, 91 insertions(+), 1 deletion(-) diff --git a/adminwww/application/controllers/Dash.php b/adminwww/application/controllers/Dash.php index 51dcc20..cfa71bd 100644 --- a/adminwww/application/controllers/Dash.php +++ b/adminwww/application/controllers/Dash.php @@ -23,8 +23,9 @@ class Dash extends Admin_Controller { $this->table->set_heading(array('data' => 'View', 'style' => 'width:50px'), 'Username', 'Firstname', 'Lastname', 'Added', 'Location', 'Last Login', array('data' => 'Folder', 'style' => 'width:40px')); $data['recent_members'] = $this->table->generate($query); + $view_practice_button = "Open"; - $mysql = "SELECT '' AS View,name,username,email,added,last_login from practice ORDER BY id DESC LIMIT 7"; + $mysql = "SELECT 'Open' AS View,name,username,email,added,last_login from practice ORDER BY id DESC LIMIT 7"; $data['recent_practice'] = ""; $query = $this->db->query($mysql); $this->table->set_heading(array('data' => 'View', 'style' => 'width:50px'), 'Practice Name', 'Username', 'Email', 'Added', 'Last logn'); diff --git a/adminwww/application/views/practice/view_practice.php b/adminwww/application/views/practice/view_practice.php index e69de29..22c912d 100644 --- a/adminwww/application/views/practice/view_practice.php +++ b/adminwww/application/views/practice/view_practice.php @@ -0,0 +1,89 @@ + + +
+
+ +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ placeholder="Username" /> +
+
+
+ +
+ placeholder="Email" /> +
+
+
+ +
+ placeholder="added" /> +
+
+ +
+ + + +
+
+ +
+ +
+ +
+
+ +
+
+ + + +
+
+ +
+
+ +
+
+
+

Details

+
+ +
+
+
+ +
+
+ +
+ +
+
+ + + +
+ +