projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ecd6b
)
Make it easier to hide attachments list header
author
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 22 Apr 2015 20:13:55 +0000
(22:13 +0200)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 22 Apr 2015 20:13:55 +0000
(22:13 +0200)
lib/inlineattachmentlist.php
patch
|
blob
|
history
diff --git
a/lib/inlineattachmentlist.php
b/lib/inlineattachmentlist.php
index 9016daf3f19845ef4289e1b48b36fe628fdc2e83..410b3b838d6c7e6449c41fc3ceedb8823ed683a7 100644
(file)
--- a/
lib/inlineattachmentlist.php
+++ b/
lib/inlineattachmentlist.php
@@
-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();
}