diff options
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_post.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index fc62abc7b9..81d1be795e 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -168,9 +168,7 @@ </form> <!-- ENDIF --> - <!-- IF S_MCP_POST_ADDITIONAL_OPTS --> <!-- EVENT mcp_post_additional_options --> - <!-- ENDIF --> <!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST --> <form method="post" id="mcp" action="{U_MCP_ACTION}"> diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html index 0a9f803b4d..1a29df94b0 100644 --- a/phpBB/styles/subsilver2/template/mcp_post.html +++ b/phpBB/styles/subsilver2/template/mcp_post.html @@ -157,9 +157,7 @@ </tr> <!-- ENDIF --> - <!-- IF S_MCP_POST_ADDITIONAL_OPTS --> <!-- EVENT mcp_post_additional_options --> - <!-- ENDIF --> <!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST --> <tr> |