mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Notes: Change strings to localized
I also corrected the tabs because it looked ridiculous
This commit is contained in:
parent
9c5bc4936b
commit
a08640780c
1 changed files with 39 additions and 39 deletions
|
@ -54,12 +54,12 @@
|
|||
<div class="note_footer" style="margin: 10px 10px 0;">
|
||||
<div class="comments_count">
|
||||
{if sizeof($comments) > 0}
|
||||
Комментарии ({$note->getCommentsCount()})
|
||||
{_comments} ({$note->getCommentsCount()})
|
||||
{else}
|
||||
Нет комментариев
|
||||
{_no_comments}
|
||||
{/if}
|
||||
<span n:if="isset($thisUser) && $thisUser->getId() === $note->getOwner()->getId()"> |
|
||||
<a id="_noteDelete" href="/note{$note->getOwner()->getId()}_{$note->getId()}/delete">удалить</a>
|
||||
<a id="_noteDelete" href="/note{$note->getOwner()->getId()}_{$note->getId()}/delete">{_delete}</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue