X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/596cce1fb449f9400899105d5fc3f793b18cb142..87eebe6:/templates/webpages/admin_printer/list.html diff --git a/templates/webpages/admin_printer/list.html b/templates/webpages/admin_printer/list.html index 92a7095d4..6a413d853 100644 --- a/templates/webpages/admin_printer/list.html +++ b/templates/webpages/admin_printer/list.html @@ -1,6 +1,5 @@ [%- USE T8 %] -

[% title %]

@@ -19,13 +18,13 @@ [%- IF all_printers.size %] [%- FOREACH row = all_printers %] - [% row.printer_description %] - [% row.printer_command | html %] - [% row.template_code | html %] +  [% row.printer_description %] +  [% row.printer_command | html %] +  [% row.template_code | html %] [%- END %] [%- ELSE %] - [% 'No data was found.' | $T8 %] +

[% 'No data was found.' | $T8 %]

[%- END %] @@ -37,8 +36,6 @@
- +
- -