pe -> templates
[kivitendo-erp.git] / templates / webpages / pe / search.html
diff --git a/templates/webpages/pe/search.html b/templates/webpages/pe/search.html
new file mode 100644 (file)
index 0000000..6ea5be4
--- /dev/null
@@ -0,0 +1,48 @@
+[%- USE T8 %]
+[%- USE LxERP %]
+<body>
+
+<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>
+    <th class=listtop>[% is_pricegroup ? LxERP.t8('Pricegroup') : LxERP.t8('Groups') %]</th>
+  </tr>
+  <tr height="5"></tr>
+  <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 %]">
+</form>
+
+</body>
+</html>
+