1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/topic/topic-preview.tpl
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

17 lines
483 B
Smarty

{**
* Предпросмотр топика
*
* @param object $topic
*}
<div class="topic-preview" id="topic-text-preview">
<header class="topic-preview-header">
<h3 class="topic-preview-title">{$aLang.common.preview_text}</h3>
</header>
<div class="topic-preview-body js-topic-preview-content"></div>
<footer class="topic-preview-footer">
{component 'button' type='button' classes='js-topic-preview-text-hide-button' text=$aLang.common.cancel}
</footer>
</div>