mirror of
https://github.com/openvk/openvk
synced 2025-03-14 21:45:22 +03:00
newlines
This commit is contained in:
parent
5e67163af7
commit
c7e76ccb11
6 changed files with 6 additions and 6 deletions
|
@ -473,4 +473,4 @@ final class GroupPresenter extends OpenVKPresenter
|
|||
$this->template->page = (int) ($this->queryParam("p") ?? 1);
|
||||
$this->template->_template = "Group/Suggested.xml";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
{_group}
|
||||
<a href="{$club->getURL()}"><b>{$club->getName()}</b></a>
|
||||
{_nt_accepted_your_post}
|
||||
<a href="/wall{$post->getPrettyId()}"><b>{_nt_post_small}</b></a>.
|
||||
<a href="/wall{$post->getPrettyId()}"><b>{_nt_post_small}</b></a>.
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
{_nt_in_club}
|
||||
<a href="{$club->getURL()}/suggested/all"><b>{$club->getName()}</b></a>
|
||||
{_nt_new_suggested_posts}
|
||||
{_nt_new_suggested_posts}
|
||||
|
|
|
@ -2713,4 +2713,4 @@ body.article .floating_sidebar, body.article .page_content {
|
|||
|
||||
.suggestionControls {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -343,4 +343,4 @@ $(document).on("click", "#decline_post", async (e) => {
|
|||
NewNotification(tr("suggestion_succefully_declined"), "", null);
|
||||
e.currentTarget.parentNode.parentNode.parentNode.parentNode.parentNode.outerHTML = ""
|
||||
document.getElementById("cound").innerHTML = tr("suggested_posts_in_group", post)
|
||||
})
|
||||
})
|
||||
|
|
|
@ -1 +1 @@
|
|||
ALTER TABLE `posts` ADD `suggested` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' AFTER `deleted`;
|
||||
ALTER TABLE `posts` ADD `suggested` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' AFTER `deleted`;
|
||||
|
|
Loading…
Reference in a new issue