From 97031196faeab89d52db8d58f21a94eae3eb84b4 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 25 May 2010 23:58:16 +0000 Subject: [PATCH] MINOR: Added missing template from r95815 (from r95822) (from r98174) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105687 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/ReportAdminForm.ss | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 templates/ReportAdminForm.ss diff --git a/templates/ReportAdminForm.ss b/templates/ReportAdminForm.ss new file mode 100644 index 00000000..f342bb0f --- /dev/null +++ b/templates/ReportAdminForm.ss @@ -0,0 +1,41 @@ +
+ + +
+ +
+ $FieldMap.ReportTitle.FieldHolder + $FieldMap.ReportDescription.FieldHolder + + + +
Filter by
+ + <% control FieldMap.Filters %> + <% control Children %> +
+ + $Field +
+ <% end_control %> + <% end_control %> + +
+
+ $FieldMap.action_updatereport.Field +
+ +
 
+ + $FieldMap.ReportContent.FieldHolder + + <% control HiddenFields %>$Field<% end_control %> + +
+ + +
+
+
\ No newline at end of file