Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / pe / search.html
diff --git a/templates/webpages/pe/search.html b/templates/webpages/pe/search.html
deleted file mode 100644 (file)
index 871eb34..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-[%- USE T8 %]
-[%- USE LxERP %]
-[%- USE HTML %]
-<h1>[% is_pricegroup ? LxERP.t8('Pricegroup') : LxERP.t8('Groups') %]</h1>
-
-<form method=post action="[% script %]">
-
-<input type=hidden name=sort value="[% is_pricegroup ? 'pricegroup' : 'partsgroup' %]">
-<input type=hidden name=type value="[% type %]">
-
-<table width=100%>
-  <tr>
-    <td>
-      <table width=100%>
-        <tr>
-[%- IF is_pricegroup %]
-          <th align=right width=1%>[% 'Pricegroup' | $T8 %]</th>
-          <td><input name=pricegroup size=20></td>
-[%- ELSE %]
-          <th align=right width=1%>[% 'Group' | $T8 %]</th>
-          <td><input name=partsgroup size=20></td>
-[%- END %]
-        </tr>
-        <tr>
-          <td></td>
-          <td><input name=status class=radio type=radio value=all checked> [% 'All' | $T8 %]
-              <input name=status class=radio type=radio value=orphaned> [% 'Orphaned' | $T8 %]</td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-  <tr>
-    <td><hr size=3 noshade></td>
-  </tr>
-</table>
-
-<input type=hidden name=nextsub value="[% is_pricegroup ? 'pricegroup_report' : 'partsgroup_report' %]">
-
-<br>
-<input class=submit type=submit name=action value="[% 'Continue' | $T8 %]">
-|
-<a href="pe.pl?action=add&type=[% HTML.url(type) %]">[%- LxERP.t8('Add') %]</a>
-</form>