Wall: Fix "Reply" button in the feeds

This commit is contained in:
Maxim Leshchenko 2021-12-24 16:58:04 +02:00
parent a95b7e571a
commit b9c9c45bbf
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
3 changed files with 30 additions and 30 deletions

View file

@ -46,8 +46,8 @@
});
</script>
</center>
{/block}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{script "js/al_comments.js"}
{/if}
{/if}
{/block}

View file

@ -16,8 +16,8 @@
{/foreach}
{include "../components/paginator.xml", conf => $paginatorConf}
</center>
{/block}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{script "js/al_comments.js"}
{/if}
{/if}
{/block}

View file

@ -13,7 +13,7 @@
{/block}
{block content}
<div class="content_divider">
<div class="content_divider">
<div>
<div n:if="$canPost" class="content_subtitle">
{include "../components/textArea.xml", route => "/wall$owner/makePost"}
@ -32,9 +32,9 @@
{/if}
</div>
</div>
</div>
{/block}
</div>
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()}
{script "js/al_comments.js"}
{/if}
{/if}
{/block}