[% LxERP.t8('Client') %] |
[% L.select_tag("client.id", SELF.all_clients, default=SELF.client.id, title_key='name') %] |
[% LxERP.t8('Printer Description') %] |
[% L.input_tag("printer.printer_description", SELF.printer.printer_description, size=30, class="initial_focus") %] |
[% LxERP.t8('Printer Command') %] |
[% L.input_tag("printer.printer_command", SELF.printer.printer_command, size=30) %] |
[% LxERP.t8('Template Code') %] |
[% L.input_tag("printer.template_code", SELF.printer.template_code, size=8) %] |