diff --git a/Web/Presenters/GroupPresenter.php b/Web/Presenters/GroupPresenter.php index 2db88baa..e1ad1ca0 100644 --- a/Web/Presenters/GroupPresenter.php +++ b/Web/Presenters/GroupPresenter.php @@ -473,4 +473,4 @@ final class GroupPresenter extends OpenVKPresenter $this->template->page = (int) ($this->queryParam("p") ?? 1); $this->template->_template = "Group/Suggested.xml"; } -} \ No newline at end of file +} diff --git a/Web/Presenters/templates/components/notifications/6/_14_5_.xml b/Web/Presenters/templates/components/notifications/6/_14_5_.xml index ab77cb94..09b03c70 100644 --- a/Web/Presenters/templates/components/notifications/6/_14_5_.xml +++ b/Web/Presenters/templates/components/notifications/6/_14_5_.xml @@ -4,4 +4,4 @@ {_group} {$club->getName()} {_nt_accepted_your_post} -{_nt_post_small}. \ No newline at end of file +{_nt_post_small}. diff --git a/Web/Presenters/templates/components/notifications/7/_18_5_.xml b/Web/Presenters/templates/components/notifications/7/_18_5_.xml index 4c012edd..4eee6670 100644 --- a/Web/Presenters/templates/components/notifications/7/_18_5_.xml +++ b/Web/Presenters/templates/components/notifications/7/_18_5_.xml @@ -2,4 +2,4 @@ {_nt_in_club} {$club->getName()} -{_nt_new_suggested_posts} \ No newline at end of file +{_nt_new_suggested_posts} diff --git a/Web/static/css/main.css b/Web/static/css/main.css index 22aa420d..618f9de1 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -2713,4 +2713,4 @@ body.article .floating_sidebar, body.article .page_content { .suggestionControls { text-align: center; -} \ No newline at end of file +} diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 27284ab9..b25337fd 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -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) -}) \ No newline at end of file +}) diff --git a/install/sqls/00039-suggest-posts.sql b/install/sqls/00039-suggest-posts.sql index 321c2a6a..2437c5e2 100644 --- a/install/sqls/00039-suggest-posts.sql +++ b/install/sqls/00039-suggest-posts.sql @@ -1 +1 @@ -ALTER TABLE `posts` ADD `suggested` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' AFTER `deleted`; \ No newline at end of file +ALTER TABLE `posts` ADD `suggested` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' AFTER `deleted`;