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