2008-09-29 05:18:23 +02:00
|
|
|
<div class="reportfilter">
|
|
|
|
$FilterForm
|
|
|
|
</div>
|
|
|
|
<div class="reports" id="FormSubmissions">
|
2008-09-29 07:33:43 +02:00
|
|
|
|
|
|
|
<% if ExportLink %>
|
2009-04-15 01:50:48 +02:00
|
|
|
<a href="$ExportLink" title="<% _t('EXPORTCSVFILE', 'Export CSV file') %>"><strong><% _t('EXPORTSUBMISSIONS', 'Export submissions to CSV') %></strong></a>
|
|
|
|
<% end_if %>
|
|
|
|
|
2009-04-15 03:10:22 +02:00
|
|
|
<!-- <% if DeleteLink %>
|
2009-04-15 01:50:48 +02:00
|
|
|
<a href="$DeleteLink" title="<% _t('DELETEALLSUBMISSIONS', 'Delete Submissions') %>"><strong><% _t('DELETEALLSUBMISSIONS', 'Delete Submissions') %></strong></a>
|
2008-09-29 07:33:43 +02:00
|
|
|
<% end_if %>
|
2009-04-15 03:10:22 +02:00
|
|
|
-->
|
2008-09-29 05:18:23 +02:00
|
|
|
<% control Submissions %>
|
|
|
|
<div class="report">
|
2009-04-15 03:10:22 +02:00
|
|
|
<span class="submitted"><% _t('SUBMITTED', 'Submitted at') %> $Created.Nice. <!--<a href="$DeleteLink"><% _t('DELETESUBMISSION', 'Delete Submission') %></a>--></span>
|
2008-09-29 05:18:23 +02:00
|
|
|
<table>
|
|
|
|
<% control FieldValues %>
|
|
|
|
<tr>
|
|
|
|
<td class="field">$Title</td>
|
2009-04-14 06:11:05 +02:00
|
|
|
<td class="value"><% if Link %><a href="$Link"><% end_if %>$Value<% if Link %></a><% end_if %></td>
|
2008-09-29 05:18:23 +02:00
|
|
|
</tr>
|
|
|
|
<% end_control %>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<% end_control %>
|
|
|
|
</div>
|