@@ 63-68 (lines=6) @@ | ||
60 | ||
61 | $indexAdmin->addInfoBox(_MD_MYLINKS_WEBLINKSCONF); |
|
62 | ||
63 | if (0 == $totalNewLinks) { |
|
64 | //$indexAdmin->addLineLabel(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_LINKSWAITING, $totalNewLinks, 'Green'); |
|
65 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_LINKSWAITING, $totalNewLinks, 'Green'); |
|
66 | } else { |
|
67 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_LINKSWAITING, $totalNewLinks, 'Red'); |
|
68 | } |
|
69 | ||
70 | if (0 == $totalBrokenLinks) { |
|
71 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_BROKENREPORTS, $totalBrokenLinks, 'Green'); |
|
@@ 70-74 (lines=5) @@ | ||
67 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_LINKSWAITING, $totalNewLinks, 'Red'); |
|
68 | } |
|
69 | ||
70 | if (0 == $totalBrokenLinks) { |
|
71 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_BROKENREPORTS, $totalBrokenLinks, 'Green'); |
|
72 | } else { |
|
73 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_BROKENREPORTS, $totalBrokenLinks, 'Red'); |
|
74 | } |
|
75 | ||
76 | if (0 == $totalModRequests) { |
|
77 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_MODREQUESTS, $totalModRequests, 'Green'); |
|
@@ 76-80 (lines=5) @@ | ||
73 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_BROKENREPORTS, $totalBrokenLinks, 'Red'); |
|
74 | } |
|
75 | ||
76 | if (0 == $totalModRequests) { |
|
77 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_MODREQUESTS, $totalModRequests, 'Green'); |
|
78 | } else { |
|
79 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_MODREQUESTS, $totalModRequests, 'Red'); |
|
80 | } |
|
81 | ||
82 | $indexAdmin->addInfoBoxLine(_MD_MYLINKS_WEBLINKSCONF, _MD_MYLINKS_THEREARE, $activeLinks); |
|
83 | //------------------------------ |