diff --git a/application/controllers/Oqrs.php b/application/controllers/Oqrs.php index 35f05e128..a19e9795d 100644 --- a/application/controllers/Oqrs.php +++ b/application/controllers/Oqrs.php @@ -331,4 +331,8 @@ class Oqrs extends CI_Controller { print json_encode($qsos); } + public function status_info() { + $this->load->view('oqrs/status_info'); + } + } diff --git a/application/views/oqrs/showrequests.php b/application/views/oqrs/showrequests.php index 5c1984c3e..7e7e8819f 100644 --- a/application/views/oqrs/showrequests.php +++ b/application/views/oqrs/showrequests.php @@ -12,6 +12,7 @@ let lang_oqrs_warning_reject = '= __("Warning! Are you sure you want to reject the marked OQRS request(s)?"); ?>'; let lang_oqrs_warning_mark = '= __("Warning! Are you sure you want to mark the marked OQRS request(s)?"); ?>'; let lang_oqrs_warning_add_to_queue = '= __("Warning! Are you sure you want to add the marked OQRS request(s) to the queue?"); ?>'; + let lang_oqrs_status_message = '= __("OQRS Status Information"); ?>';