fix to broker assignment sidebar
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -277,7 +277,7 @@ | ... | @@ -277,7 +277,7 @@ |
| 277 | 277 | ||
| 278 | ?> | 278 | ?> |
| 279 | 279 | ||
| 280 | <h2><?= _("Your Commonwell Team") ?></h2> | 280 | <h2><?= __("Your Commonwell Team") ?></h2> |
| 281 | <section> | 281 | <section> |
| 282 | 282 | ||
| 283 | <div class="accordian"> | 283 | <div class="accordian"> |
| ... | @@ -293,8 +293,8 @@ | ... | @@ -293,8 +293,8 @@ |
| 293 | <?php } else { ?> | 293 | <?php } else { ?> |
| 294 | <address> | 294 | <address> |
| 295 | <ul> | 295 | <ul> |
| 296 | <?php if(!empty($aa['label'])) { ?> | 296 | <?php if(!empty($aa['full_name'])) { ?> |
| 297 | <li><b><?= $aa['label'] ?></b></li> | 297 | <li><b><?= $aa['full_name'] ?></b></li> |
| 298 | <?php } ?> | 298 | <?php } ?> |
| 299 | <?php if(!empty($aa['email'])) { ?> | 299 | <?php if(!empty($aa['email'])) { ?> |
| 300 | <li><a href='mailto:<?= $aa['email'] ?>'><?= $aa['email'] ?></a></li> | 300 | <li><a href='mailto:<?= $aa['email'] ?>'><?= $aa['email'] ?></a></li> | ... | ... |
-
Please register or sign in to post a comment