]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/part/_cvars.html
Neuer Part Controller
[mfinanz.git] / templates / webpages / part / _cvars.html
diff --git a/templates/webpages/part/_cvars.html b/templates/webpages/part/_cvars.html
new file mode 100644 (file)
index 0000000..24bad16
--- /dev/null
@@ -0,0 +1,15 @@
+[%- USE HTML  %]
+
+ <p>[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]</p>
+
+  <table>
+   [%- FOREACH var = CUSTOM_VARIABLES %]
+   <tr>
+    <td align="right" valign="top">[% var.VALID_BOX %]</td>
+    [%- IF !var.partsgroup_filtered %]
+      <td align="right" valign="top">[% HTML.escape(var.description) %]</td>
+    [%- END %]
+    <td valign="top">[% var.HTML_CODE %]</td>
+   </tr>
+   [%- END %]
+  </table>