1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 22:04:26 +03:00
ifhub.club/application/frontend/components/topic/topic-preview.tpl

17 lines
483 B
Smarty
Raw Normal View History

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