<input type="checkbox" name="post_type[]" value="<?php mb_topic_post_type(); ?> " checked="checked" /> <?php mb_topic_label('name'); ?> </label> <br /> <label> <input type="checkbox" name="post_type[]" value="<?php mb_reply_post_type(); ?> " checked="checked" /> <?php mb_reply_label('name'); ?> </label> </p> </fieldset> <p> <input type="submit" value="<?php esc_attr_e('Search', 'message-board'); ?> " /> </p> <input type="hidden" name="mb_search_mode" value="advanced" />
?> <form id="mb-reply-form" method="post" action="<?php mb_topic_url(); ?> "> <fieldset> <legend><?php mb_reply_label('add_new_item'); ?> </legend> <div class="mb-form-content"> <label class="screen-reader-text" for="mb_reply_content"><?php mb_reply_label('mb_form_content'); ?> </label> <?php mb_reply_editor(); ?> </div><!-- .mb-form-content --> <p> <input type="submit" value="<?php esc_attr_e('Post Reply', 'message-board'); ?> " /> </p> <?php