</ul>

	<div class="tab-content">
	
	<div class="tab-pane active" id="home">
  		<table class="table table-bordered">
  			<?php 
Load::plugins('Field');
?>
		</table>
  	</div>
  		
  		<div class="tab-pane" id="profile">
  		<table class="table table-bordered">
  			<?php 
Load::plugins('HTML');
?>
		</table>
  		</div>
	</div>
</div>

</div><!-- / Tabs -->


    
    
<script>
  $(function () {
    $( "#fieldsInComponent tbody" ).sortable();
    $( "#fieldsInComponent tbody" ).disableSelection();