Use correct symbol in graduated student key
This commit is contained in:
parent
5823ec15e2
commit
76aa590e75
@ -155,7 +155,7 @@ END;
|
|||||||
$updated->addText("$date");
|
$updated->addText("$date");
|
||||||
$iconkey = $header->addTextRun();
|
$iconkey = $header->addTextRun();
|
||||||
$iconkey->addText("Icon key: ", ['bold' => true]);
|
$iconkey->addText("Icon key: ", ['bold' => true]);
|
||||||
$iconkey->addText("◊: Graduated student | ►: Photo permission denied");
|
$iconkey->addText("●: Graduated student | ►: Photo permission denied");
|
||||||
$header->addText($Strings->get("You agree to use the information in this directory for homeschool use ONLY. All other purposes, such as soliciting, is strictly prohibited.", false));
|
$header->addText($Strings->get("You agree to use the information in this directory for homeschool use ONLY. All other purposes, such as soliciting, is strictly prohibited.", false));
|
||||||
|
|
||||||
$header->addTextBreak(2);
|
$header->addTextBreak(2);
|
||||||
@ -185,7 +185,7 @@ END;
|
|||||||
foreach ($f->getChildren() as $child) {
|
foreach ($f->getChildren() as $child) {
|
||||||
$chtext = $body->addTextRun(["indent" => 1440]);
|
$chtext = $body->addTextRun(["indent" => 1440]);
|
||||||
if ($child->isGraduated()) {
|
if ($child->isGraduated()) {
|
||||||
$chtext->addText(" ●");
|
$chtext->addText(" ● ");
|
||||||
} else {
|
} else {
|
||||||
$chtext->addText(" ");
|
$chtext->addText(" ");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user