X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/db68b6fd72b9f0d7d8be953746c0e7d6154f5eaf..dfee919915587ccb7fe967eee482b7cdc105e57f:/templates/webpages/drafts/load_master.html diff --git a/templates/webpages/drafts/load_master.html b/templates/webpages/drafts/load_master.html index f12c3f24f..13aae21f3 100644 --- a/templates/webpages/drafts/load_master.html +++ b/templates/webpages/drafts/load_master.html @@ -1,22 +1,19 @@ - +[%- USE T8 %] +[% USE HTML %] -
+ - - - - - + - + @@ -24,26 +21,29 @@
Load draft[% 'Load draft' | $T8 %]
- The following drafts have been saved and can be loaded. + [% 'The following drafts have been saved and can be loaded.' | $T8 %]
- - - + + + + - - - - - + [% FOREACH row = DRAFTS %] + + + + + - + [% END %]
DateDescriptionEmployee [% 'Date' | $T8 %][% 'Description' | $T8 %][% 'Employee' | $T8 %]
[% HTML.escape(row.itime) %][% HTML.escape(row.description) %][% HTML.escape(row.employee_name) %]
- - + + +