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:
@@ -162,12 +162,15 @@ if (empty($rs) || !$rs || empty($rs['t']))
|
|||||||
|
|
||||||
print "<h2>" . T_("Add shifts in your Time Zone") . "</h2>";
|
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>";
|
print "<h3>" . T_("Select a questionnaire from the list below") . "</h3>";
|
||||||
display_questionnaire_chooser($questionnaire_id);
|
display_questionnaire_chooser($questionnaire_id);
|
||||||
|
|
||||||
if ($questionnaire_id != false)
|
if ($questionnaire_id != false)
|
||||||
{
|
{
|
||||||
print "<p>";
|
print "<p>" . T_("Select year") . ": ";
|
||||||
for ($i = $year - 1; $i < $year + 4; $i++)
|
for ($i = $year - 1; $i < $year + 4; $i++)
|
||||||
{
|
{
|
||||||
if ($i == $year)
|
if ($i == $year)
|
||||||
@@ -178,7 +181,7 @@ if ($questionnaire_id != false)
|
|||||||
print "</p>";
|
print "</p>";
|
||||||
|
|
||||||
|
|
||||||
print "<p>";
|
print "<p>" . T_("Select week of year") . ": ";
|
||||||
for ($i = 1; $i <= 53; $i++)
|
for ($i = 1; $i <= 53; $i++)
|
||||||
{
|
{
|
||||||
if ($i == $woy)
|
if ($i == $woy)
|
||||||
|
|||||||
Reference in New Issue
Block a user