echo $_GET['action'];
    ?>
" value="Save" class="btn btn-primary">
				<input type="button" name="cancel_button" value="Cancel" onclick="window.location='manageuser.php';" class="btn btn-default">
		    </div>
      	</form>
  </div>
</div>

<?php 
} else {
    ?>

<div class="btn-toolbar list-toolbar">
    <a href="<?php 
    $Admin->AddLink();
    ?>
"><button class="btn btn-primary"><i class="fa fa-plus"></i> Add New</button></a>
  	<div class="btn-group"></div>
</div>
<table class="table table-hover" id="datarecord">
	<thead>
	    <tr>
			<th>Name</th>
			<th>Email</th>
			<th>Register Date</th>
			<th>Register IP Address</th>
			<th>Action</th>
	    </tr>
	</thead>
  	<tbody>