opac template
authorLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Tue, 23 Jun 2020 20:43:34 +0000 (16:43 -0400)
committerLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Tue, 23 Jun 2020 20:43:34 +0000 (16:43 -0400)
Open-ILS/src/templates/opac/tattler.tt2 [new file with mode: 0644]

diff --git a/Open-ILS/src/templates/opac/tattler.tt2 b/Open-ILS/src/templates/opac/tattler.tt2
new file mode 100644 (file)
index 0000000..d8368de
--- /dev/null
@@ -0,0 +1,14 @@
+[%
+  ctx.page_title = l("Tattler"); 
+  ctx.page_app = "TattlerUpdate";
+%]
+[% WRAPPER base.tt2 %]
+<div style="color:black;">
+    The following copies will be ignored the next time the tattle-tale report is executed:
+    <ul>
+        [% FOREACH c IN ctx.copies %]
+        <li>[% c %]</li>
+        [% END %]
+    </ul>
+</div>
+[% END %]