]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin_printer/list.html
Textausrichtung und Sprachdateien für neues Printer Admin Interface
[kivitendo-erp.git] / templates / webpages / admin_printer / list.html
index 6dd23618f9840fca588633d09536e013da9b5c71..92a7095d4893cf6034834b9aafed2dfcad75c8a1 100644 (file)
@@ -20,8 +20,8 @@
 [%- FOREACH row = all_printers %]
         <tr valign=top class="listrow[% loop.count % 2 %]">
           <td><a href="[% edit_link %][% row.id %]">[% row.printer_description %]</a></td>
-          <td align=right>[% row.printer_command | html %]</td>
-          <td align=right>[% row.template_code | html %]</td>
+          <td align=left>[% row.printer_command | html %]</td>
+          <td align=left>[% row.template_code | html %]</td>
         </tr>
 [%- END %]
 [%- ELSE %]