X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/letter/load_drafts.html?ds=sidebyside diff --git a/templates/webpages/letter/load_drafts.html b/templates/webpages/letter/load_drafts.html index 78c04cd80..088defa36 100644 --- a/templates/webpages/letter/load_drafts.html +++ b/templates/webpages/letter/load_drafts.html @@ -1,12 +1,11 @@ [%- USE T8 %] -[%- USE HTML %] +[%- USE HTML %][%- USE L -%]

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

-
+ + [% L.hidden_tag('is_sales', SELF.is_sales) %] +

[% 'The following drafts have been saved and can be loaded.' | $T8 %]

- - @@ -16,26 +15,27 @@ +[%- IF SELF.is_sales %] +[%- ELSE %] + +[%- END %] [% FOREACH row = LETTER_DRAFTS %] - - - - + + + +[%- IF SELF.is_sales %] + +[%- ELSE %] + +[%- END %] [% END %]
- [% 'The following drafts have been saved and can be loaded.' | $T8 %]
  [% 'Date' | $T8 %] [% 'Subject' | $T8 %][% 'Customer' | $T8 %][% 'Vendor' | $T8 %]
[% HTML.escape(row.date) %][% HTML.escape(row.subject) %][% HTML.escape(row.customer) %][% L.checkbox_tag("ids[+]", value=row.id) %][% row.date.to_kivitendo | html %][% row.subject | html %][% row.customer.displayable_name | html %][% row.vendor.displayable_name | html %]
- - - - - - -