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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user