aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-25 23:26:28 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-25 23:26:28 +0200
commitd6293730fc1a841e60bb145e5ac6470205effe9f (patch)
tree1495d17e4e6337e8aea3c0dd395f6b2dbc5696a5 /mod
parentba94f824b992f9ed787a71c2956388e975058ca8 (diff)
downloadvolse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.gz
volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.tar.bz2
volse-hubzilla-d6293730fc1a841e60bb145e5ac6470205effe9f.zip
private mail: some work on conversations view
Diffstat (limited to 'mod')
-rw-r--r--mod/mail.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/mail.php b/mod/mail.php
index 2e7e3699a..75e8f4dd5 100644
--- a/mod/mail.php
+++ b/mod/mail.php
@@ -313,10 +313,10 @@ function mail_content(&$a) {
'id' => $message['id'],
'from_name' => $message['from']['xchan_name'],
'from_url' => chanlink_hash($message['from_xchan']),
- 'from_photo' => $message['from']['xchan_photo_m'],
+ 'from_photo' => $message['from']['xchan_photo_s'],
'to_name' => $message['to']['xchan_name'],
'to_url' => chanlink_hash($message['to_xchan']),
- 'to_photo' => $message['to']['xchan_photo_m'],
+ 'to_photo' => $message['to']['xchan_photo_s'],
'subject' => $message['title'],
'body' => smilies(bbcode($message['body']) . $s),
'delete' => t('Delete message'),
@@ -353,7 +353,7 @@ function mail_content(&$a) {
'$showinputs' => '',
'$subject' => t('Subject:'),
'$subjtxt' => $message['title'],
- '$readonly' => ' readonly="readonly" style="background: #BBBBBB;" ',
+ '$readonly' => 'readonly="readonly"',
'$yourmessage' => t('Your message:'),
'$text' => '',
'$select' => $select,