<%~GForum::Post::View::get($in.root_id)%> <%~unless post_id%><%set error = GForum::language('POST_DOES_NOT_EXIST')%><%include error.html%><%endparse%><%endunless~%> <%~set search_widget = 1%> <%cat_full_name%>: <%forum_name%>: <%if post_deleted%>Post deleted by <%post_deleted_by%>: <%endif%><%post_subject%>: Move Thread <%include include_common_head.html%>
<%include include_header.html%>
<%~set content_header_title = 'Thread Move'%> <%~set btn_new = 1%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%><%init hash breadcrumbs.1%> <%~set breadcrumbs.0.name = $forum_name%> <%~set breadcrumbs.0.url = GForum::SEO::url(params => "forum=$forum_id")%> <%~set breadcrumbs.1.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>

You have chosen to move the thread ' $post_id, anchor => "p$post_id")%>"><%post_subject%>', <%if post_replies%>containing <%post_replies%> repl<%if post_replies == 1%>y<%else%>ies<%endif%>,<%endif%> started by <%set include_username_display = $post_username~%> <%include include_username.html%> on <%post_date%>.

Please select a forum to move the post to:

<%hidden_form%> <%GForum::Forum::moderator_tpl_options(without => $forum_id)%> <%if forum_move_pointer%>
<%endif%>
<%-- end content --%>
<%-- end contentwrapper --%>
<%-- end main --%> <%include include_footer.html%>
<%~include include_global_js.html%>