Make it easier to hide attachments list header

This commit is contained in:
Mikael Nordfeldth 2015-04-22 22:13:55 +02:00
parent 51ecd6be15
commit 7e2caa0bb1

View File

@ -35,7 +35,7 @@ class InlineAttachmentList extends AttachmentList
{ {
function showListStart() function showListStart()
{ {
$this->out->element('h3', null, _('Attachments')); $this->out->element('h3', 'attachments-title', _('Attachments'));
parent::showListStart(); parent::showListStart();
} }