Skip to content

Commit

Permalink
Mail dashboard issues (#1302)
Browse files Browse the repository at this point in the history
* Fix - #1292

* removed extra "s #1156

* Update Dashboard.php
  • Loading branch information
DawoudIO authored Nov 10, 2016
1 parent f789fce commit 64eaaf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/email/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
<div class="col-lg-4 col-md-2 col-sm-2">
<div class="box">
<div class="box-header">
<h3 class="box-title">><?= gettext("MailChimp") ?></h3>
<h3 class="box-title">MailChimp</h3>
</div>
<div class="box-body">
<ul>
<li><a href="MailChimpMissingReport.php">><?= gettext("Missing emails report") ?> </a> (slow)</li>
<li><a href="MailChimpMissingReport.php"><?= gettext("Missing emails report") ?> </a> (slow)</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/email/MailChimpMissingReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
if ($mailchimpList == "") { ?>
<tr>
<td><img class="contacts-list-img" src="<?=$sRootPath?>/api/persons/<?= $per_id ?>/photo"></td>
<td><a href=' "<?=$sRootPath?>/PersonView.php?PersonID="<?= $per_id ?>'><?= $per_FirstName . " " . $per_LastName ?></a></td>
<td><a href='<?=$sRootPath?>/PersonView.php?PersonID=<?= $per_id ?>'><?= $per_FirstName . " " . $per_LastName ?></a></td>
<td><?= $per_Email ?></td>
</tr>
<?php }
Expand Down

0 comments on commit 64eaaf6

Please sign in to comment.