diff --git a/www/application/controllers/Member.php b/www/application/controllers/Member.php index 58a83e76..8dd4a05c 100644 --- a/www/application/controllers/Member.php +++ b/www/application/controllers/Member.php @@ -1056,7 +1056,8 @@ class Member extends Users_Controller { $message_id = trim($this->input->get('message_id')); $job_id = trim($this->input->get('job_id')); if ($message_id > 0 && $job_id !=''){ - echo '.....'; + $answer_string = $this->load->view('users/sections/mgs_reply', '', TRUE); + echo $answer_string; } } public function messagedetail() { diff --git a/www/application/views/users/sections/mgs_reply.php b/www/application/views/users/sections/mgs_reply.php new file mode 100644 index 00000000..2b2a6b9e --- /dev/null +++ b/www/application/views/users/sections/mgs_reply.php @@ -0,0 +1,96 @@ +
+ +
+ +
+ +
+ Brian Cox + +
+ + Active +
+ +
+ +
+ + +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+ +
+ Pic +
+ + +
+ Brian Cox + 2 mins +
+ +
+ + +
How likely are you to recommend our company to your friends and family ?
+ +
+ +
+ + +
+ +
+ +
+ +
+ 5 mins + You +
+ + +
+ Pic +
+ +
+ + +
Hey there, we’re just writing to let you know that you’ve been subscribed to a repository on GitHub.
+ +
+ +
+ +
+ +
+ + + +
\ No newline at end of file diff --git a/www/application/views/users/view_message.php b/www/application/views/users/view_message.php index 0e02cf19..0c379f00 100644 --- a/www/application/views/users/view_message.php +++ b/www/application/views/users/view_message.php @@ -118,6 +118,7 @@
+
@@ -133,18 +134,19 @@
+
+ +