From f83870d30e340a8c651b04ed8f79fcff328bfcfe Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 18 Jun 2013 16:05:55 +1000 Subject: [PATCH] Add description of shift defining process and label year and week of year --- admin/addshift.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/admin/addshift.php b/admin/addshift.php index 6a1cbe63..6b1d3060 100644 --- a/admin/addshift.php +++ b/admin/addshift.php @@ -162,12 +162,15 @@ if (empty($rs) || !$rs || empty($rs['t'])) print "

" . T_("Add shifts in your Time Zone") . "

"; + +print "

" . T_("Shifts allow you to restrict appointments being made, and interviewers to working on a particlar project at defined times.") . "

"; + print "

" . T_("Select a questionnaire from the list below") . "

"; display_questionnaire_chooser($questionnaire_id); if ($questionnaire_id != false) { - print "

"; + print "

" . T_("Select year") . ": "; for ($i = $year - 1; $i < $year + 4; $i++) { if ($i == $year) @@ -178,7 +181,7 @@ if ($questionnaire_id != false) print "

"; - print "

"; + print "

" . T_("Select week of year") . ": "; for ($i = 1; $i <= 53; $i++) { if ($i == $woy)