added phone for team leaders
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
| 71 | if($sub_cat['value'] == 'team_leader') { | 71 | if($sub_cat['value'] == 'team_leader') { |
| 72 | 72 | ||
| 73 | fillStaffContact($assignment_arr, 'personal', ['title'=>$cat['label'], | 73 | fillStaffContact($assignment_arr, 'personal', ['title'=>$cat['label'], |
| 74 | 'full_name'=>$full_name,'email'=>$email,'label'=>'team_leader']); | 74 | 'full_name'=>$full_name,'email'=>$email,'label'=>'team_leader','phone'=>$phone]); |
| 75 | 75 | ||
| 76 | } else { | 76 | } else { |
| 77 | 77 | ||
| ... | @@ -326,6 +326,7 @@ | ... | @@ -326,6 +326,7 @@ |
| 326 | <b><?= __("Team Leaders") ?></b> | 326 | <b><?= __("Team Leaders") ?></b> |
| 327 | <ul> | 327 | <ul> |
| 328 | <?php foreach($team_leaders as $tl) { ?> | 328 | <?php foreach($team_leaders as $tl) { ?> |
| 329 | <li><div style='padding-top:0.5rem'></div></li> | ||
| 329 | <li><?= $tl['full_name'] ?></li> | 330 | <li><?= $tl['full_name'] ?></li> |
| 330 | <?php if(!empty($tl['email'])) { ?> | 331 | <?php if(!empty($tl['email'])) { ?> |
| 331 | <li><a href='mailto:<?= $tl['email'] ?>'><?= $tl['email'] ?></a></li> | 332 | <li><a href='mailto:<?= $tl['email'] ?>'><?= $tl['email'] ?></a></li> | ... | ... |
-
Please register or sign in to post a comment