mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Templates
This commit is contained in:
parent
b8da08647e
commit
2c384cb380
20
templates/Includes/ReportAdmin_Content.ss
Normal file
20
templates/Includes/ReportAdmin_Content.ss
Normal file
@ -0,0 +1,20 @@
|
||||
<div id="reportadmin-cms-content" class="cms-content center cms-tabset $BaseCSSClasses" data-layout-type="border" data-pjax-fragment="Content">
|
||||
|
||||
<div class="cms-content-header north">
|
||||
<% with EditForm %>
|
||||
<div class="cms-content-header-info">
|
||||
<% include BackLink_Button %>
|
||||
<% with Controller %>
|
||||
<% include CMSBreadcrumbs %>
|
||||
<% end_with %>
|
||||
</div>
|
||||
<% end_with %>
|
||||
</div>
|
||||
|
||||
<div class="cms-content-fields center ui-widget-content" data-layout-type="border">
|
||||
|
||||
$EditForm
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
0
templates/Includes/ReportAdmin_Tools.ss
Normal file
0
templates/Includes/ReportAdmin_Tools.ss
Normal file
41
templates/ReportAdminForm.ss
Normal file
41
templates/ReportAdminForm.ss
Normal file
@ -0,0 +1,41 @@
|
||||
<form $FormAttributes>
|
||||
|
||||
|
||||
<p style="display: none;" class="message " id="Form_EditForm_error"/>
|
||||
|
||||
|
||||
<div id="ScrollPanel">
|
||||
<fieldset>
|
||||
$FieldMap.ReportTitle.FieldHolder
|
||||
$FieldMap.ReportDescription.FieldHolder
|
||||
|
||||
<% if FieldMap.Filters.Children %>
|
||||
<h4><% _t('ReportAdminForm.FILTERBY', 'Filter by') %></h4>
|
||||
|
||||
<div class="filters">
|
||||
<% loop FieldMap.Filters %>
|
||||
<% loop Children %>
|
||||
$FieldHolder
|
||||
<% end_loop %>
|
||||
<% end_loop %>
|
||||
</div>
|
||||
|
||||
<div id="action_updatereport">
|
||||
<% if FieldMap.action_updatereport %>
|
||||
$FieldMap.action_updatereport.Field
|
||||
<% end_if %>
|
||||
</div>
|
||||
|
||||
<div style="clear: both"> </div>
|
||||
<% end_if %>
|
||||
|
||||
$FieldMap.ReportContent.FieldHolder
|
||||
|
||||
<% loop HiddenFields %>$Field<% end_loop %>
|
||||
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clear"><!-- --></div>
|
||||
</form>
|
Loading…
Reference in New Issue
Block a user