583fe01e by Jeremy Groot

fix to broker assignment sidebar

1 parent 6ab85e2b
...@@ -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>
......