+
<%-- 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..e657e751f2 100644
--- a/source/web/jsp/trashcan/trash-list.jsp
+++ b/source/web/jsp/trashcan/trash-list.jsp
@@ -40,13 +40,29 @@
{
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;
}
}
+
+ function userSearch(e)
+ {
+ var keycode;
+ if (window.event) keycode = window.event.keyCode;
+ else if (e) keycode = e.which;
+ if (keycode == 13)
+ {
+ document.forms['trashcan']['trashcan:modelist'].value='trashcan:user-filter:user';
+ document.forms['trashcan'].submit();
+ return false;
+ }
+ return true;
+ }
@@ -123,7 +139,7 @@
<%-- Deleted Items List --%>
-
+
<% PanelGenerator.generatePanelStart(out, request.getContextPath(), "yellowInner", "#ffffcc"); %>
@@ -139,28 +155,63 @@
<%-- Search controls --%>
-
+
+
<%-- Filter controls --%>
- ...TODO: Date filter here... |
- |
+
+
+
+ %>/images/icons/filter.gif) |
+ : |
+
+
+
+
+
+
+
+ |
+
+
+ |
+ <%-- Only the admin user needs the username filter --%>
+
- ...TODO: Username filter here - admin only... |
- |
+
+
+
+ %>/images/icons/filter.gif) |
+ : |
+
+
+ |
+
+
+ |
+
- <%-- 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 +238,11 @@
-
+
<%-- Deleted Date column --%>
-
+
| |