diff --git a/WebContent/html/imgs/loader.gif b/WebContent/html/imgs/loader.gif new file mode 100644 index 0000000..9bfca92 Binary files /dev/null and b/WebContent/html/imgs/loader.gif differ diff --git a/WebContent/html/javascript/request.jsp b/WebContent/html/javascript/request.jsp index d8d3640..daffd7d 100644 --- a/WebContent/html/javascript/request.jsp +++ b/WebContent/html/javascript/request.jsp @@ -11,6 +11,7 @@ Device[] mydevices = DeviceQueries.getAvailableDevices(); //string representation of array. String deviceString = Device.arrayToString(mydevices); +deviceString = deviceString.replace("'","\\'"); //out.println(description); //out.println(hardware); %> diff --git a/WebContent/html/webpages/administration/adminApprove.jsp b/WebContent/html/webpages/administration/adminApprove.jsp index af64ee3..d6a304e 100644 --- a/WebContent/html/webpages/administration/adminApprove.jsp +++ b/WebContent/html/webpages/administration/adminApprove.jsp @@ -11,13 +11,18 @@ pageEncoding="ISO-8859-1"%> -
Ticket ID | -Requestor Name | -Location Name | -Device Name | -Status | -Permanent? | -Return Date | +Ticket ID | +Requestor Name | +Location Name | +Device Name | +Status | +Permanent? | +Return Date |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
" + ticks[id].id + " | " + ticks[id].username + " | " + ticks[id].locationname + " | " + ticks[id].devicename + " | " + ticks[id].status + " | " + ticks[id].permanent + " | " + ticks[id].return + " |