diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 111030914d..122f861fd7 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -161,10 +161,10 @@ onload_functions.push('subPanels()'); </select> <input class="button1" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" /> <div><a href="#" onclick="marklist('mcp', '', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', '', false); return false;">{L_UNMARK_ALL}</a></div> -</fieldset> - {S_HIDDEN_FIELDS} {S_FORM_TOKEN} +</fieldset> + </form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file |