diff --git a/admin/operators.php b/admin/operators.php index 0b2704f8..843929e6 100644 --- a/admin/operators.php +++ b/admin/operators.php @@ -27,9 +27,6 @@ * @link http://www.deakin.edu.au/dcarf/ queXS was writen for DCARF - Deakin Computer Assisted Research Facility * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 * - * - * @todo Make timezone a drop down list - * */ /** @@ -116,6 +113,12 @@ if ($a)
echo T_("Adding an operator here will give the user the ability to call cases"); ?> echo T_("Assign Operator to Questionnaire"); ?> echo T_("tool"); ?>.
@@ -124,7 +127,7 @@ if ($a)echo T_("Enter the username of an operator to add:"); ?>
echo T_("Enter the first name of an operator to add:"); ?>
echo T_("Enter the surname of an operator to add:"); ?>
-echo T_("Enter the Time Zone of an operator to add:"); ?>
+echo T_("Enter the Time Zone of an operator to add:"); echo ""; display_chooser($rs,"Time_zone_name","Time_zone_name",false,false,false,false,array("value",DEFAULT_TIME_ZONE)); ?>
echo T_("Enter the telephone extension number:"); ?>
echo T_("Enter the telephone extension password:"); ?>
echo T_("Will this operator be using VoIP?"); ?>