From 3ef4f50c2543d422f1845559072ca33446e32376 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 18 Jun 2013 16:07:31 +1000 Subject: [PATCH] Define operator skills as for the assigning of cases to operators --- admin/operatorskill.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/operatorskill.php b/admin/operatorskill.php index df1c2473..2ce676a2 100644 --- a/admin/operatorskill.php +++ b/admin/operatorskill.php @@ -148,6 +148,8 @@ $operators = $db->GetAll($sql); xhtml_head(T_("Assign operators to Skills"),false,array("../css/table.css")); +print "

" . T_("Set which types of cases will be made available to each operator. Please note that all operators will be allowed to assign all possible outcomes to a case. This restricts which ones will be assigned to an operator.") . "

"; + ?>