Ejemplo n.º 1
0
								<table class="table table-striped" id="pendingTable">
									<thead class="text-center">
										<tr>
											<th>Pending for Approval</th>
										</tr>
										<tr>
											<th>ID</th>
											<th>Name</th>
											<th>Status</th>
											<th>Approve</th>
											<th>Delete</th>
										</tr>
									</thead>
									<!--<tbody>
										<?php 
dbhelper::getPendingApplicants();
?>
									</tbody>-->
								</table>
							</div>
						</div>
					</div>
				</li>
				
			</ul>
			</div>
			<!--End of main content-->
		</div>
		<a href="#" class="scrollToTop text-center"><span class="glyphicon glyphicon-menu-up text-center" style="margin-top: 30%;"></span></a>
	</body>