From e6d8e81b339e1e5bb8d0c970b0be00f7eb7029e6 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Wed, 9 May 2012 15:17:25 +1200 Subject: [PATCH] ENHANCEMENT Changed the submission rendering in the CMS --- templates/SubmittedFormReportField.ss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/SubmittedFormReportField.ss b/templates/SubmittedFormReportField.ss index 77465c7..4babed8 100644 --- a/templates/SubmittedFormReportField.ss +++ b/templates/SubmittedFormReportField.ss @@ -8,16 +8,16 @@ <% loop Submissions %>
-

<% _t('SUBMITTED', 'Submitted at') %> $Created.Nice. <% _t('DELETESUBMISSION', 'Delete Submission') %>

- - +
<% _t('SUBMITTED', 'Submitted at') %> {$Created.Nice} <% _t('DELETESUBMISSION', 'Delete Submission') %>
<% loop Values %> - - - - +
+ +
+ $Value +
+ +
<% end_loop %> -
$Title$FormattedValue
<% end_loop %>