From 73fd75abf13b3e7c7f8a8d2910085a149f71631e Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 17 May 2015 21:52:30 +0700 Subject: [ticket/13846] Fix softdelete feature workflow in viewtopic Changes: - For permanent deletion of softdeleted post, disapprove mode has been changed to delete mode; - If post delete and softdelete are allowed, delete button triggers softdelete mode; - If a user can't permanently delete posts but can restore softdeleted posts, delete button won't be displayed for softdeleted posts. Subsilver2 is unaffected. PHPBB3-13846 --- phpBB/styles/prosilver/template/viewtopic_body.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index e976c36f7b..13b63bb1a9 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -269,7 +269,9 @@

{L_POST_DELETED_ACTION} - + + + {S_FORM_TOKEN} -- cgit v1.2.1 From 0d6c323611eeacf0170dede6bd7980be894f7020 Mon Sep 17 00:00:00 2001 From: rxu Date: Thu, 30 Jul 2015 19:35:01 +0700 Subject: [ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted. PHPBB3-13846 --- phpBB/styles/prosilver/template/mcp_post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index 10ec6f3ea9..4bf416e1e9 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -91,9 +91,9 @@

-   +   - + {S_FORM_TOKEN}

-- cgit v1.2.1