= $this->translate('No announcements found.') ?>
compact): ?>
= $this->translate('No announcements found.') ?>
= $this->translate('Author') ?> | = $this->translate('Message') ?> | = $this->translate('Start') ?> | = $this->translate('End') ?> | ||
---|---|---|---|---|---|
= $this->escape($announcement->author) ?> | hasPermission('application/announcements')): ?>= $this->ellipsis($this->escape($announcement->message), 100) ?> | = $this->ellipsis($this->escape($announcement->message), 100) ?> | = $this->formatDateTime($announcement->start) ?> | = $this->formatDateTime($announcement->end) ?> | hasPermission('application/announcements')): ?>= $this->qlink( null, 'announcements/remove', array('id' => $announcement->id), array( 'class' => 'action-link', 'icon' => 'cancel', 'title' => $this->translate('Remove this announcement') ) ) ?> |