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
1 changed files with 1 additions and 1 deletions

View File

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