583fe01e by Jeremy Groot

fix to broker assignment sidebar

1 parent 6ab85e2b
......@@ -277,7 +277,7 @@
?>
<h2><?= _("Your Commonwell Team") ?></h2>
<h2><?= __("Your Commonwell Team") ?></h2>
<section>
<div class="accordian">
......@@ -293,8 +293,8 @@
<?php } else { ?>
<address>
<ul>
<?php if(!empty($aa['label'])) { ?>
<li><b><?= $aa['label'] ?></b></li>
<?php if(!empty($aa['full_name'])) { ?>
<li><b><?= $aa['full_name'] ?></b></li>
<?php } ?>
<?php if(!empty($aa['email'])) { ?>
<li><a href='mailto:<?= $aa['email'] ?>'><?= $aa['email'] ?></a></li>
......