<div class="form-group label-floating"> <label for="from" class="control-label">From</label> <input type="text" class="form-control" id="from" name="from" required> <span class="help-block">Include starting from this date</span> </div> <div class="form-group label-floating"> <label for="to" class="control-label">Before</label> <input type="text" class="form-control" id="to" name="to" required> <span class="help-block">Include through this date</span> </div> <button type="submit" class="btn btn-raised btn-primary modal-submit pull-right">Download</button> <button type="button" class="btn btn-danger pull-right" data-dismiss="modal">Cancel</button> </fieldset> </form> </div> </div> </div> </div> </div> <?php Material::startBootstrap(); ?> </body> </html>