2010-02-04 05:47:31 +01:00
|
|
|
<form $FormAttributes>
|
|
|
|
|
2013-07-18 13:14:29 +02:00
|
|
|
|
2010-02-04 05:47:31 +01:00
|
|
|
<p style="display: none;" class="message " id="Form_EditForm_error"/>
|
2013-07-18 13:14:29 +02:00
|
|
|
|
2010-02-04 05:47:31 +01:00
|
|
|
|
|
|
|
<div id="ScrollPanel">
|
2010-02-04 05:51:55 +01:00
|
|
|
<fieldset>
|
2010-02-04 05:47:31 +01:00
|
|
|
$FieldMap.ReportTitle.FieldHolder
|
|
|
|
$FieldMap.ReportDescription.FieldHolder
|
2013-07-18 13:14:29 +02:00
|
|
|
|
|
|
|
<% if $FieldMap.Filters.Children %>
|
2011-09-26 15:04:44 +02:00
|
|
|
<h4><% _t('ReportAdminForm.FILTERBY', 'Filter by') %></h4>
|
2013-07-18 13:14:29 +02:00
|
|
|
|
2011-09-26 15:04:44 +02:00
|
|
|
<div class="filters">
|
2013-07-18 13:14:29 +02:00
|
|
|
<% loop $FieldMap.Filters %>
|
|
|
|
<% loop $Children %>
|
2011-09-26 15:04:44 +02:00
|
|
|
$FieldHolder
|
2012-05-18 06:32:44 +02:00
|
|
|
<% end_loop %>
|
|
|
|
<% end_loop %>
|
2011-09-26 15:04:44 +02:00
|
|
|
</div>
|
2013-07-18 13:14:29 +02:00
|
|
|
|
2011-09-26 15:04:44 +02:00
|
|
|
<div id="action_updatereport">
|
2013-07-18 13:14:29 +02:00
|
|
|
<% if $FieldMap.action_updatereport %>
|
2011-09-26 15:04:44 +02:00
|
|
|
$FieldMap.action_updatereport.Field
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2013-07-18 13:14:29 +02:00
|
|
|
|
2011-09-26 15:04:44 +02:00
|
|
|
<div style="clear: both"> </div>
|
2010-02-04 05:51:32 +01:00
|
|
|
<% end_if %>
|
2013-07-18 13:14:29 +02:00
|
|
|
|
2010-02-04 05:47:31 +01:00
|
|
|
$FieldMap.ReportContent.FieldHolder
|
2013-07-18 13:14:29 +02:00
|
|
|
|
|
|
|
<% loop $HiddenFields %>$Field<% end_loop %>
|
|
|
|
|
2010-02-04 05:51:55 +01:00
|
|
|
</fieldset>
|
2010-02-04 05:47:31 +01:00
|
|
|
</div>
|
2013-07-18 13:14:29 +02:00
|
|
|
|
|
|
|
|
2010-02-04 05:47:31 +01:00
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
</form>
|