From: Lebbeous Fogle-Weekley Date: Fri, 30 Mar 2012 20:41:23 +0000 (-0400) Subject: move flattener_test.tt2 out the real templates dir X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=18f974098313615a1c548822b7885924604b2659;p=evergreen%2Fequinox.git move flattener_test.tt2 out the real templates dir Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/examples/tt2/flattener_test.tt2 b/Open-ILS/examples/tt2/flattener_test.tt2 new file mode 100644 index 0000000000..8f610f646d --- /dev/null +++ b/Open-ILS/examples/tt2/flattener_test.tt2 @@ -0,0 +1,49 @@ +[% WRAPPER base.tt2 %] +[% ctx.page_title = 'Flattener Test' %] + + +
+
+
Flattener Test
+
+ + +
+
+ + + + + + + + + + + +
BarcodeCirculation Library NameCirculation LibraryShelving Location
+
+[% END %] diff --git a/Open-ILS/src/templates/conify/flattener_test.tt2 b/Open-ILS/src/templates/conify/flattener_test.tt2 deleted file mode 100644 index 8f610f646d..0000000000 --- a/Open-ILS/src/templates/conify/flattener_test.tt2 +++ /dev/null @@ -1,49 +0,0 @@ -[% WRAPPER base.tt2 %] -[% ctx.page_title = 'Flattener Test' %] - - -
-
-
Flattener Test
-
- - -
-
- - - - - - - - - - - -
BarcodeCirculation Library NameCirculation LibraryShelving Location
-
-[% END %]