<h2>Upload Video to mpx</h2> <?php 
} else {
    $tp_html->edit_tabs_header();
    ?>

	<div class="tab-content">
	<div class="tab-pane active" id="edit_content"> <?php 
}
?>

	<div id="responsive-form" class="clearfix">
		<form role="form">
			<?php 
wp_nonce_field('theplatform_upload_nonce');
// Output a hidden WP User ID field if the plugin is configured to store it.
$tp_html->user_id_field();
// Output rows of all our writable metadata
$tp_html->metadata_fields();
if (!defined('TP_MEDIA_BROWSER')) {
    $tp_html->profiles_and_servers("upload");
} else {
    ?>
				<div class="form-row" style="margin-top: 10px;">
					<div class="column-half">
						<button id="theplatform_edit_button" class="tp-input button button-primary" type="button"
						        name="theplatform-edit-button">Submit
						</button>
					</div>
				</div>
			<?php 
}