1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00

fix Synio

This commit is contained in:
Mzhelskiy Maxim 2012-05-14 20:24:54 +04:00
parent 2a0ce3158e
commit 57cade47c6
3 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,7 @@
<a href="{$oUser->getUserWebPath()}" class="author">{$oUser->getLogin()}</a>
<time>{date_format date=$oTopic->getDateAdd() hours_back="12" minutes_back="60" now="60" day="day H:i" format="H:i"}</time>
</p>
<a href="{$oBlog->getUrlFull()}" class="stream-blog">{$oBlog->getTitle()|escape:'html'}</a> &rarr;
<a href="{$oTopic->getUrl()}" class="stream-topic">{$oTopic->getTitle()|escape:'html'}</a>
<span class="block-item-comments"><i class="icon-synio-comments-small"></i>{$oTopic->getCountComment()}</span>
</li>

View file

@ -7,7 +7,7 @@
{if $oUserCurrent}
<script>
<script type="text/javascript">
jQuery(document).ready(function($){
$(document).click(function(){
if (!$('#reply-top-form').is(':visible')) {
@ -45,7 +45,7 @@
<a name="comments"></a>
</header>
{*
{if $oUserCurrent}
<div id="reply-top">
<div class="wall-submit wall-submit-reply wall-submit-comment" id="reply-top-form">
@ -53,7 +53,7 @@
</div>
</div>
{/if}
*}
{assign var="nesting" value="-1"}
{foreach from=$aComments item=oComment name=rublist}

View file

@ -30,6 +30,7 @@
.block.block-type-stream .block-content .latest-list li { margin-bottom: 15px; color: #818189; }
.block.block-type-stream .block-content .latest-list p { font-size: 11px; }
.block.block-type-stream .block-content .latest-list .stream-topic { text-decoration: underline; }
.block.block-type-stream .block-content .latest-list .stream-blog { font-weight: bold; }
.block.block-type-stream .block-content .latest-list .author { color: #4c4c4c; text-decoration: underline; }
.block.block-type-stream .block-content .latest-list .author:hover { color: #f00; }
.block.block-type-stream .block-content .latest-list .block-item-comments { font-size: 11px; text-decoration: none; color: #818189; white-space: nowrap; }