From aa9a337c5c99ec88864c89f9024ed7d4b35a3a4e Mon Sep 17 00:00:00 2001 From: Hayden Smith Date: Wed, 8 Oct 2008 19:23:02 +0000 Subject: [PATCH] Added missing TableListField_printable.ss template. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63883 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/TableListField_printable.ss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 templates/TableListField_printable.ss diff --git a/templates/TableListField_printable.ss b/templates/TableListField_printable.ss new file mode 100755 index 000000000..1f6a1570c --- /dev/null +++ b/templates/TableListField_printable.ss @@ -0,0 +1,12 @@ + + + + +<% base_tag %> +Print + + + + <% include TableListField %> + + \ No newline at end of file