1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTalk/message_entry.tpl
2014-04-28 17:34:54 +07:00

20 lines
805 B
Smarty

{extends 'components/article/article.tpl'}
{block 'entry_options'}
{$oEntry = $oTalk}
{$sEntryType = 'talk'}
{/block}
{block 'entry' append}
{* Участники личного сообщения *}
{if $oTalk->getUserId() == $oUserCurrent->getId() or $oUserCurrent->isAdministrator()}
{include 'components/user_list_add/user_list_add.tpl'
sUserListAddClasses = "message-users js-message-users"
sUserListAddAttributes = "data-param-i-target-id=\"{$oTalk->getId()}\""
aUserList = $oTalk->getTalkUsers()
sUserListTitle = $aLang.talk_speaker_title
aUserListSmallExcludeRemove = [ $oUserCurrent->getId() ]
sUserItemInactiveTitle = $aLang.talk_speaker_not_found
sUserListSmallItemPath = 'components/user_list_small/user_list_small_item.message.tpl'}
{/if}
{/block}