mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Wall: Fix "Reply" button in the feeds
This commit is contained in:
parent
a95b7e571a
commit
b9c9c45bbf
3 changed files with 30 additions and 30 deletions
|
@ -46,8 +46,8 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</center>
|
</center>
|
||||||
{/block}
|
|
||||||
|
|
||||||
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
||||||
{script "js/al_comments.js"}
|
{script "js/al_comments.js"}
|
||||||
{/if}
|
{/if}
|
||||||
|
{/block}
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{include "../components/paginator.xml", conf => $paginatorConf}
|
{include "../components/paginator.xml", conf => $paginatorConf}
|
||||||
</center>
|
</center>
|
||||||
{/block}
|
|
||||||
|
|
||||||
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
||||||
{script "js/al_comments.js"}
|
{script "js/al_comments.js"}
|
||||||
{/if}
|
{/if}
|
||||||
|
{/block}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block content}
|
{block content}
|
||||||
<div class="content_divider">
|
<div class="content_divider">
|
||||||
<div>
|
<div>
|
||||||
<div n:if="$canPost" class="content_subtitle">
|
<div n:if="$canPost" class="content_subtitle">
|
||||||
{include "../components/textArea.xml", route => "/wall$owner/makePost"}
|
{include "../components/textArea.xml", route => "/wall$owner/makePost"}
|
||||||
|
@ -32,9 +32,9 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
|
||||||
|
|
||||||
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
|
||||||
{script "js/al_comments.js"}
|
{script "js/al_comments.js"}
|
||||||
{/if}
|
{/if}
|
||||||
|
{/block}
|
||||||
|
|
Loading…
Reference in a new issue