2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Add description of shift defining process and label year and week of year

This commit is contained in:
Adam Zammit
2013-06-18 16:05:55 +10:00
parent a60ab9e961
commit f83870d30e

View File

@@ -162,12 +162,15 @@ if (empty($rs) || !$rs || empty($rs['t']))
print "<h2>" . T_("Add shifts in your Time Zone") . "</h2>";
print "<p>" . T_("Shifts allow you to restrict appointments being made, and interviewers to working on a particlar project at defined times.") . "</p>";
print "<h3>" . T_("Select a questionnaire from the list below") . "</h3>";
display_questionnaire_chooser($questionnaire_id);
if ($questionnaire_id != false)
{
print "<p>";
print "<p>" . T_("Select year") . ": ";
for ($i = $year - 1; $i < $year + 4; $i++)
{
if ($i == $year)
@@ -178,7 +181,7 @@ if ($questionnaire_id != false)
print "</p>";
print "<p>";
print "<p>" . T_("Select week of year") . ": ";
for ($i = 1; $i <= 53; $i++)
{
if ($i == $woy)