forgot to add 'mark_arrived_outcome' template.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 5 Apr 2009 22:31:06 +0000 (22:31 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 5 Apr 2009 22:31:06 +0000 (22:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@283 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/templates/phys/mark_arrived_outcome.xhtml [new file with mode: 0644]

diff --git a/conifer/templates/phys/mark_arrived_outcome.xhtml b/conifer/templates/phys/mark_arrived_outcome.xhtml
new file mode 100644 (file)
index 0000000..f022efe
--- /dev/null
@@ -0,0 +1,21 @@
+<?python
+title = _('Matches saved; item marked as received')
+?>
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:xi="http://www.w3.org/2001/XInclude"
+      xmlns:py="http://genshi.edgewall.org/">
+<xi:include href="../master.xhtml"/>
+<head>
+  <title>${title}</title>
+  <script>
+    $(function() { $('form:last input:visible:first').focus(); });
+  </script>
+  <style>
+    .success { background-color: #dfd; }
+    .failure { background-color: #fdd; }
+  </style>
+</head>
+<body>
+  <h1>${title}</h1>
+</body>
+</html>