NoticeOptions above NoticeAttachments
This commit is contained in:
parent
82ef687730
commit
b0e767eaf1
@ -157,8 +157,8 @@ class NoticeListItem extends Widget
|
|||||||
{
|
{
|
||||||
$this->elementStart('footer');
|
$this->elementStart('footer');
|
||||||
$this->showNoticeInfo();
|
$this->showNoticeInfo();
|
||||||
if ($this->attachments) { $this->showNoticeAttachments(); }
|
|
||||||
if ($this->options) { $this->showNoticeOptions(); }
|
if ($this->options) { $this->showNoticeOptions(); }
|
||||||
|
if ($this->attachments) { $this->showNoticeAttachments(); }
|
||||||
$this->elementEnd('footer');
|
$this->elementEnd('footer');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user