show chat expiration time in overview and minor fixes

This commit is contained in:
Mario Vavti
2016-04-03 11:34:07 +02:00
parent e361ee9253
commit b8d8be7013
5 changed files with 20 additions and 11 deletions

View File

@@ -240,6 +240,8 @@ function chat_content(&$a) {
'$newroom' => t('Create New'),
'$is_owner' => ((local_channel() && local_channel() == App::$profile['profile_uid']) ? 1 : 0),
'$chatroom_new' => $chatroom_new,
'$expire' => t('Expiration'),
'$expire_unit' => t('min') //minutes
));
return $o;