$this->showEnd();
}
+ /**
+ * start a single notice.
+ *
+ * @return void
+ */
+
+ function showStart()
+ {
+ if (Event::handle('StartOpenNoticeListItemElement', array($this))) {
+ $id = (empty($this->repeat)) ? $this->notice->id : $this->repeat->id;
+ $this->out->elementStart('li', array('class' => 'notice-reply',
+ 'id' => 'notice-reply-' . $id));
+ }
+ }
+
function showMiniForm()
{
$replyToId = $this->notice->id;
width: 32px;
height: 32px;
}
+.threaded-notices .notice-reply {
+ margin: 8px;
+}
+.threaded-notices .notice-reply textarea {
+ margin-left: 0;
+ width: 95%;
+}
+.threaded-notices .notice-reply input.submit {
+ text-align: right;
+}
+
/* NOTICES */
#notices_primary {
float:left;