|
@@ 62-64 (lines=3) @@
|
| 59 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_LETTER, $letterCount), '', (0 == $letterCount) ? _RED : _GREEN); |
| 60 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_ATTACHMENT, $attachmentCount), '', (0 == $attachmentCount) ? _RED : _GREEN); |
| 61 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_PROTOCOL, $protocolCount), '', (0 == $protocolCount) ? _RED : _GREEN); |
| 62 |
|
if (true === $helper->getConfig('xn_use_mailinglist')) { |
| 63 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_MAILINGLIST, $mailinglistCount), '', (0 == $mailinglistCount) ? _RED : _GREEN); |
| 64 |
|
} |
| 65 |
|
if ($helper->getConfig('xn_send_in_packages') > 0) { |
| 66 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_TASK, $taskCount), '', (0 == $taskCount) ? _RED : _GREEN); |
| 67 |
|
} |
|
@@ 65-67 (lines=3) @@
|
| 62 |
|
if (true === $helper->getConfig('xn_use_mailinglist')) { |
| 63 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_MAILINGLIST, $mailinglistCount), '', (0 == $mailinglistCount) ? _RED : _GREEN); |
| 64 |
|
} |
| 65 |
|
if ($helper->getConfig('xn_send_in_packages') > 0) { |
| 66 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_TASK, $taskCount), '', (0 == $taskCount) ? _RED : _GREEN); |
| 67 |
|
} |
| 68 |
|
$adminObject->addInfoBoxLine(sprintf(_AM_XNEWSLETTER_THEREARE_BMH, $bmhCount), '', (0 == $bmhCount) ? _RED : _GREEN); |
| 69 |
|
|
| 70 |
|
// Config box |