Make it easier to hide attachments list header
This commit is contained in:
parent
51ecd6be15
commit
7e2caa0bb1
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user