NoticeOptions above NoticeAttachments

This commit is contained in:
Mikael Nordfeldth 2015-02-25 16:22:59 +01:00
parent 82ef687730
commit b0e767eaf1
1 changed files with 1 additions and 1 deletions

View File

@ -157,8 +157,8 @@ class NoticeListItem extends Widget
{
$this->elementStart('footer');
$this->showNoticeInfo();
if ($this->attachments) { $this->showNoticeAttachments(); }
if ($this->options) { $this->showNoticeOptions(); }
if ($this->attachments) { $this->showNoticeAttachments(); }
$this->elementEnd('footer');
}