This commit is contained in:
lalka2016 2023-08-06 18:36:25 +03:00
parent 5e67163af7
commit c7e76ccb11
6 changed files with 6 additions and 6 deletions

View file

@ -473,4 +473,4 @@ final class GroupPresenter extends OpenVKPresenter
$this->template->page = (int) ($this->queryParam("p") ?? 1);
$this->template->_template = "Group/Suggested.xml";
}
}
}

View file

@ -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>.

View file

@ -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}

View file

@ -2713,4 +2713,4 @@ body.article .floating_sidebar, body.article .page_content {
.suggestionControls {
text-align: center;
}
}

View file

@ -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)
})
})

View file

@ -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`;