Updating Bootstrap version

From version 2.3.0 to 3.3.5
This commit is contained in:
Dimitrios Liapis 2015-10-27 00:13:03 +00:00
parent 444713aa44
commit 5e40ea623a

View file

@ -17,7 +17,7 @@
<h2>Veterinarians</h2> <h2>Veterinarians</h2>
<datatables:table id="vets" data="${vets.vetList}" row="vet" theme="bootstrap2" cssClass="table table-striped" <datatables:table id="vets" data="${vets.vetList}" row="vet" theme="bootstrap3" cssClass="table table-striped"
pageable="false" info="false"> pageable="false" info="false">
<datatables:column title="Name"> <datatables:column title="Name">
<c:out value="${vet.firstName} ${vet.lastName}"></c:out> <c:out value="${vet.firstName} ${vet.lastName}"></c:out>