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)