mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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
This commit is contained in:
parent
5a41ff6b1f
commit
97031196fa
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"/>
|
||||
|
||||
<fieldset>
|
||||
|
||||
<div id="ScrollPanel">
|
||||
$FieldMap.ReportTitle.FieldHolder
|
||||
$FieldMap.ReportDescription.FieldHolder
|
||||
|
||||
<!-- Filters -->
|
||||
|
||||
<div style="border-bottom: 1px #AAA solid"><b>Filter by</b></div>
|
||||
|
||||
<% control FieldMap.Filters %>
|
||||
<% control Children %>
|
||||
<div style="float: left; margin: 5px 10px 10px 0; height: 35px">
|
||||
<label for="$ID" style="font-weight: bold; display: block">$Title</label>
|
||||
$Field
|
||||
</div>
|
||||
<% end_control %>
|
||||
<% end_control %>
|
||||
|
||||
<div id="action_updatereport" style="float: left; margin: 1px 10px 10px 0">
|
||||
<br />
|
||||
$FieldMap.action_updatereport.Field
|
||||
</div>
|
||||
|
||||
<div style="clear: both"> </div>
|
||||
|
||||
$FieldMap.ReportContent.FieldHolder
|
||||
|
||||
<% control HiddenFields %>$Field<% end_control %>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clear"><!-- --></div>
|
||||
</fieldset>
|
||||
</form>
|
Loading…
Reference in New Issue
Block a user