<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
News and Events
</h1>
</section>
<section class="content">
<div class="row">
<?php //GPrint($rtype_data);?>
<div class="col-xs-12">
<div class="box">
<div class="box-header">
<h3 class="box-title">All Items</h3>
</div><!-- /.box-header -->
<div class="box-body">
<div class="table-responsive">
<table id="example" class="table table-bordered table-hover">
<tbody>
<tr>
<td>HHome Page details</td>
<td>
<div class="box box-info">
<div class="box-header">
<h3 class="box-title">CK Editor <small>Advanced and full of features</small></h3>
<!-- tools box -->
<div class="pull-right box-tools">
<button class="btn btn-info btn-sm" data-widget="collapse" data-toggle="tooltip" title="Collapse"><i class="fa fa-minus"></i></button>
<button class="btn btn-info btn-sm" data-widget="remove" data-toggle="tooltip" title="Remove"><i class="fa fa-times"></i></button>
</div><!-- /. tools -->
</div><!-- /.box-header -->
<div class="box-body pad">
<form>
<textarea id="editor1" name="editor1" rows="10" cols="80">
This is my textarea to be replaced with CKEditor.
</textarea>
</form>
</div>
</div><!-- /.box -->
</td>
<td>Action</td>
</tr>
</tbody>
</table>
</div>
</div><!-- /.box-body -->
</div><!-- /.box -->
</div><!-- /.col -->
</div><!-- /.row -->
</section><!-- /.content -->
</div>