"Event Detail Footer"
Bootstrap 3.2.0 Snippet by stringhamdb

<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="modal-footer"> <div class="btn-group pull-left"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> KB(s) articles <span class="caret"></span> </button> <ul class="dropdown-menu"> <li><a href="#">KB1 - Runbook</a></li> <li><a href="#">KB2 - How-to document</a></li> <li><a href="#">KB3 - Runbook</a></li> <li><a href="#">KB4 - Runbook</a></li> <li><a href="#">KB5 - How-to document</a></li> </ul> </div> <button class="btn btn-warning" ng-click="cancel()">Cancel</button> </div>

Related: See More


Questions / Comments: