From 8e8baf327b73e66ec0625122a3ae448a4e65ba78 Mon Sep 17 00:00:00 2001 From: Adam R Claxton Date: Wed, 5 Apr 2017 17:52:27 -0400 Subject: [PATCH] Search feature introduced to adimin device edit page-currently searches only by name Hopefully soon it will include more fields in its search --- .../html/webpages/adminDeviceSettings.jsp | 285 ++++++++++-------- 1 file changed, 165 insertions(+), 120 deletions(-) diff --git a/WebContent/html/webpages/adminDeviceSettings.jsp b/WebContent/html/webpages/adminDeviceSettings.jsp index 35a010d..44b1bbf 100644 --- a/WebContent/html/webpages/adminDeviceSettings.jsp +++ b/WebContent/html/webpages/adminDeviceSettings.jsp @@ -1,6 +1,6 @@ <%@ page import = "database.*,entities.Device" %> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> +pageEncoding="ISO-8859-1"%> @@ -84,121 +84,127 @@