1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 11:40:48 +03:00

Доработка компонента talk

This commit is contained in:
Denis Shakhov 2014-07-29 00:04:00 +07:00
parent 8c70d17ed8
commit 1d8f168634
3 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
.topic-type-talk { background: #fafafa; padding: 20px; margin-bottom: 0; }
.talk { background: #fafafa; padding: 20px; margin-bottom: 0; }
/**
* Message user list

View file

@ -2,4 +2,4 @@
* Первое сообщение в диалоге
*}
{extends 'components/article/article.tpl'}
{include 'components/article/article.tpl' article=$smarty.local.talk type='talk' classes='talk'}

View file

@ -8,7 +8,7 @@
{$talk = $smarty.local.talk}
{* Первое сообщение *}
{include './talk-message-root.tpl' oEntry=$talk sEntryType='talk'}
{include './talk-message-root.tpl' talk=$talk}
{* Участники личного сообщения *}
{include './talk-users.tpl'}
@ -22,6 +22,5 @@
iCountComment = $talk->getCountComment()
sDateReadLast = $talk->getTalkUser()->getDateLast()
bForbidAdd = $bNoComments
sNoticeCommentAdd = $aLang.topic_comment_add
sNoticeNotAllow = $aLang.talk.notices.deleted
bShowFavourite = false}