"Registration Managers"
Bootstrap 3.0.0 Snippet by tbednarick

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <div class="container col-sm-6"> <div class="alert alert-info" role="alert"> The following people may register you for events on your behalf. </div> <table class="table table-bordered table-striped"> <thead> <tr> <th scope="col"></th> <th scope="col">First Name</th> <th scope="col">Last Name</th> <th scope="col">Email</th> </tr> </thead> <tbody> <tr> <td scope="row"> <i class="fa fa-minus-circle text-danger" aria-hidden="true"></i> </td> <td>Regina</td> <td>Mills</td> <td>test@test.com</td> </tr> <tr> <td scope="row"> <i class="fa fa-minus-circle text-danger" aria-hidden="true"></i> </td> <td>Marie</td> <td>Gilmore</td> <td>mgilmore@test.com</td> </tr> <tr> <td scope="row"> <i class="fa fa-minus-circle text-danger" aria-hidden="true"></i> </td> <td>Marie</td> <td>Gilmore</td> <td>mgilmore@test.com</td> </tr> </tbody> </table> </div>

Related: See More


Questions / Comments: