]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/io/select_item.html
Layout: title Ausgabe normalisieren
[mfinanz.git] / templates / webpages / io / select_item.html
index b1cbeec74079c524c6c57ff1ab5327d4794b2897..9252b45fc3899a80ce17ed5881d9d7567343cbd8 100644 (file)
@@ -1,7 +1,5 @@
 [% USE LxERP %][% USE HTML %][% USE L %]
-<body>
-
- <div class="listtop">[% title %]</div>
+<h1>[% title %]</h1>
 
  <form method="post" action="[% HTML.escape(script) %]">
 
@@ -10,6 +8,7 @@
     <th>&nbsp;</th>
     <th>[% LxERP.t8('Number') %]</th>
     <th>[% LxERP.t8('Part Description') %]</th>
+    <th>[% LxERP.t8('Other Matches') %]</th>
     <th>[% LxERP.t8('Price') %]</th>
     [%- IF IS_PURCHASE %]
      <th>[% LxERP.t8('ROP') %]</th>
@@ -23,6 +22,7 @@
     <td><input name="select_item_id" class="radio" type="radio" value="[% HTML.escape(item.id) %]"[% IF loop.first %] checked[% END %]></td>
     <td>[% HTML.escape(item.partnumber) %]</td>
     <td>[% HTML.escape(item.description) %]</td>
+    <td>[% HTML.escape(item.matches).join('<br>') %]</td>
     <td align="right">[% LxERP.format_amount(item.display_sellprice, 2) %]</td>
     [%- IF IS_PURCHASE %]
      <td align="right">[% LxERP.format_amount(item.rop, '') %]</td>
@@ -41,4 +41,3 @@
 
   [% L.submit_tag('action', LxERP.t8('Continue')) %]
  </form>
-</body>