[open-ils-commits] r283 - servres/trunk/conifer/templates/phys (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 5 18:31:12 EDT 2009
Author: gfawcett
Date: 2009-04-05 18:31:06 -0400 (Sun, 05 Apr 2009)
New Revision: 283
Added:
servres/trunk/conifer/templates/phys/mark_arrived_outcome.xhtml
Log:
forgot to add 'mark_arrived_outcome' template.
Added: servres/trunk/conifer/templates/phys/mark_arrived_outcome.xhtml
===================================================================
--- servres/trunk/conifer/templates/phys/mark_arrived_outcome.xhtml (rev 0)
+++ servres/trunk/conifer/templates/phys/mark_arrived_outcome.xhtml 2009-04-05 22:31:06 UTC (rev 283)
@@ -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>
More information about the open-ils-commits
mailing list