X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ea5d75b52e043fb3f0d264056df6007049d6a3fd..c0ed7d2fa:/templates/webpages/letter/load_drafts.html diff --git a/templates/webpages/letter/load_drafts.html b/templates/webpages/letter/load_drafts.html index ceb1d5427..f2455ecd4 100644 --- a/templates/webpages/letter/load_drafts.html +++ b/templates/webpages/letter/load_drafts.html @@ -1,5 +1,5 @@ [%- USE T8 %] -[%- USE HTML %] +[%- USE HTML %][%- USE L -%]

[% 'Load letter draft' | $T8 %]

@@ -19,10 +19,10 @@ [% FOREACH row = LETTER_DRAFTS %] - - [% row.date | html %] + [% L.checkbox_tag("ids[+]", value=row.id) %] + [% row.date.to_kivitendo | html %] [% row.subject | html %] - [% row.customer | html %] + [% row.customer.displayable_name | html %] [% END %] @@ -32,7 +32,7 @@ - +