2 // Note: This file is included from the library/Framework/Framework.Control.NoticeCollector.php class.
4 $NoticeCount = count($this->Notices
);
5 if ($NoticeCount > 0) {
6 echo '<div id="NoticeCollector" class="'.$this->CssClass
.'">';
7 for ($i = 0; $i < $NoticeCount; $i++
) {
8 echo '<div class="Notice">'