diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index ceb10f4b76..abca202c73 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -26,7 +26,7 @@
{L_TOPICS}
{L_REPLIES}
{L_LAST_POST}
-
{L_MARK}
+
{L_MARK}
@@ -47,9 +47,11 @@
{topicrow.REPLIES} {L_REPLIES}
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} {L_POSTED_ON_DATE}
{topicrow.LAST_POST_TIME}
+
checked="checked" /> 
+ @@ -83,6 +85,7 @@
+
{L_MARK_ALL} :: {L_UNMARK_ALL}
+ {S_FORM_TOKEN}
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index 956d253aa6..80a6047858 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -44,7 +44,7 @@

{topicrow.REPLIES}

{topicrow.LAST_POST_TIME}

- checked="checked" />  + checked="checked" />  @@ -52,6 +52,7 @@

{L_NO_TOPICS}

+ + {S_FORM_TOKEN} +
{L_MARK_ALL} :: {L_UNMARK_ALL}
+ \ No newline at end of file