+
<%-- Error Messages --%>
<%-- messages tag to show messages not handled by other specific message tags --%>
diff --git a/source/web/jsp/trashcan/trash-list.jsp b/source/web/jsp/trashcan/trash-list.jsp
index eab545002e..bcab255091 100644
--- a/source/web/jsp/trashcan/trash-list.jsp
+++ b/source/web/jsp/trashcan/trash-list.jsp
@@ -40,11 +40,13 @@
{
if (document.getElementById("trashcan:search-text").value.length == 0)
{
- document.getElementById("trashcan:search-btn").disabled = true;
+ document.getElementById("trashcan:search-btn1").disabled = true;
+ document.getElementById("trashcan:search-btn2").disabled = true;
}
else
{
- document.getElementById("trashcan:search-btn").disabled = false;
+ document.getElementById("trashcan:search-btn1").disabled = false;
+ document.getElementById("trashcan:search-btn2").disabled = false;
}
}
@@ -123,7 +125,7 @@
|
<%-- Deleted Items List --%>
-
+
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
@@ -139,18 +141,35 @@
<%-- Search controls --%>
-
+
+
<%-- Filter controls --%>
- ...TODO: Date filter here... |
+
+
+
+ %>/images/icons/filter.gif) |
+ : |
+ All Today This Week This Month |
+
+
+ |
|
- ...TODO: Username filter here - admin only... |
+
+
+
+ %>/images/icons/filter.gif) |
+ : |
+ All User |
+
+
+ |
|
@@ -158,9 +177,9 @@
<%-- TODO: only show user filter for admin user --%>
- <%-- Recover Listed Items button --%>
-
-
+ <%-- Recover Listed Items actions --%>
+
+
<%-- Primary column showing item name --%>
-
+
-
+
+
+
-
+
+
+
<%-- Original Location Path column --%>
@@ -183,11 +206,11 @@
-
+
<%-- Deleted Date column --%>
-
+
|