Part Controller - alte Artikeltemplates entfernt
[kivitendo-erp.git] / templates / webpages / ic / makemodel.html
diff --git a/templates/webpages/ic/makemodel.html b/templates/webpages/ic/makemodel.html
deleted file mode 100644 (file)
index 4daad81..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-[%- USE T8 %]
-[%- USE HTML %]
-[%- USE LxERP %]
-  <tr>
-    <td>
-      <table>
-        <tr>
-          <th class="listheading">[% 'Make' | $T8 %]</th>
-          <th class="listheading">[% 'Model' | $T8 %]</th>
-          <th class="listheading">[% 'Last Cost' | $T8 %]</th>
-          <th class="listheading">[% 'Updated' | $T8 %]</th>
-          <th class="listheading">[% 'order' | $T8 %]</th>
-        </tr>
-      [%- FOREACH row = MM_DATA %]
-        <tr>
-          <td>
-            [%- INCLUDE generic/multibox.html
-                  name       = "make_$loop.count",
-                  default    = row.make,
-                  DATA       = ALL_VENDORS,
-                  show_empty = 1,
-                  label_key  = 'name',
-                  id_key     = 'id',
-            -%]
-          </td>
-          <td><input name="model_[% loop.count %]" size="30" value="[% HTML.escape(row.model) %]"></td>
-          <td><input type="hidden" name="old_lastcost_[% loop.count %]" value="[% LxERP.format_amount(row.lastcost, 2) %]">
-              <input name="lastcost_[% loop.count %]" size="10" value="[% LxERP.format_amount(row.lastcost, 2) %]"></td>
-          <td><input name="lastupdate_[% loop.count %]" size="10" value="[% HTML.escape(row.lastupdate) %]"></td>
-          <td><input name="sortorder_[% loop.count %]" size="3" value="[% HTML.escape(row.sortorder) %]"></td>
-        </tr>
-      [%- END %]
-      </table>
-    </td>
-  </tr>
-  <input type="hidden" name="makemodel_rows" value="[% mm_rows %]">