diff --git a/templates/Includes/ReportAdmin_Content.ss b/templates/Includes/ReportAdmin_Content.ss new file mode 100644 index 00000000..ff6c2419 --- /dev/null +++ b/templates/Includes/ReportAdmin_Content.ss @@ -0,0 +1,20 @@ +
+ +
+ <% with EditForm %> +
+ <% include BackLink_Button %> + <% with Controller %> + <% include CMSBreadcrumbs %> + <% end_with %> +
+ <% end_with %> +
+ +
+ + $EditForm + +
+ +
\ No newline at end of file diff --git a/templates/Includes/ReportAdmin_Tools.ss b/templates/Includes/ReportAdmin_Tools.ss new file mode 100644 index 00000000..e69de29b diff --git a/templates/ReportAdminForm.ss b/templates/ReportAdminForm.ss new file mode 100644 index 00000000..bc8e262b --- /dev/null +++ b/templates/ReportAdminForm.ss @@ -0,0 +1,41 @@ +
+ + +
+
+ $FieldMap.ReportTitle.FieldHolder + $FieldMap.ReportDescription.FieldHolder + + <% if FieldMap.Filters.Children %> +

<% _t('ReportAdminForm.FILTERBY', 'Filter by') %>

+ +
+ <% loop FieldMap.Filters %> + <% loop Children %> + $FieldHolder + <% end_loop %> + <% end_loop %> +
+ +
+ <% if FieldMap.action_updatereport %> + $FieldMap.action_updatereport.Field + <% end_if %> +
+ +
 
+ <% end_if %> + + $FieldMap.ReportContent.FieldHolder + + <% loop HiddenFields %>$Field<% end_loop %> + +
+
+ + +
+
\ No newline at end of file