Wrapper for notices

This commit is contained in:
sarven 2009-01-15 22:31:32 +00:00
parent d012bdabde
commit 7ce054b1ed
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class NoticeList extends Widget
function show()
{
$this->out->elementStart('div', array('id' =>'notices_primary'));
$this->out->element('h2', null, _('Notices'));
$this->out->elementStart('ul', array('class' => 'notices'));
@ -96,6 +97,7 @@ class NoticeList extends Widget
}
$this->out->elementEnd('ul');
$this->out->elementEnd('div');
return $cnt;
}