show members of locked conversations
This commit is contained in:
parent
d2ecdd0668
commit
dda5195418
8 changed files with 135 additions and 13 deletions
|
@ -151,10 +151,9 @@ function display_content(&$a) {
|
|||
|
||||
$lock = (($item['uid'] == get_uid()) && (strlen($item['allow_cid']) || strlen($item['allow_gid'])
|
||||
|| strlen($item['deny_cid']) || strlen($item['deny_gid']))
|
||||
? '<div class="wall-item-lock"><img src="images/lock_icon.gif" alt="Private Message" /></div>'
|
||||
? '<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="' . t('Private Message') . '" onclick="lockview(event,' . $item['id'] . ');" /></div>'
|
||||
: '<div class="wall-item-lock"></div>');
|
||||
|
||||
|
||||
if(can_write_wall($a,$a->profile['uid'])) {
|
||||
if($item['last-child']) {
|
||||
$comment = replace_macros($cmnt_tpl,array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue