mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
make comment edit icons look more like base theme
This commit is contained in:
parent
2d94d216a3
commit
3c6cf1f19c
5 changed files with 37 additions and 29 deletions
|
@ -553,6 +553,14 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
|
|||
'$myphoto' => $a->contact['thumb'],
|
||||
'$comment' => t('Comment'),
|
||||
'$submit' => t('Submit'),
|
||||
'$edbold' => t('Bold'),
|
||||
'$editalic' => t('Italic'),
|
||||
'$eduline' => t('Underline'),
|
||||
'$edquote' => t('Quote'),
|
||||
'$edcode' => t('Code'),
|
||||
'$edimg' => t('Image'),
|
||||
'$edurl' => t('Link'),
|
||||
'$edvideo' => t('Video'),
|
||||
'$preview' => t('Preview'),
|
||||
'$ww' => (($mode === 'network') ? $commentww : '')
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue