"Panels -> SMS -> contact list"
Bootstrap 3.2.0 Snippet by sinoohe

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ----------> <div class="container"> <table class="table"> <thead> <tr> <th>#</th> <th>contact name</th> <th>phone number</th> </tr> </thead> <tbody> <tr class="active"> <td>1</td> <td>name1</td> <td>0913xxxxxxx</td> </tr> <tr class="active"> <td>2</td> <td>name1</td> <td>0913xxxxxxx</td> </tr> <tr class="active"> <td>3</td> <td>name1</td> <td>0913xxxxxxx</td> </tr> <tr class="active"> <td>4</td> <td>name1</td> <td>0913xxxxxxx</td> </tr> <tr class="active"> <td>5</td> <td>name1</td> <td>0913xxxxxxx</td> </tr> </tbody> </table> </div>

Related: See More


Questions / Comments: