4 [%- IF item == 'assembly' %]
5 <!-- Wieder zurueck in die ic.pl, entweder alle Einzelteile auslagern oder gar keine -->
8 <table border="0" width="100%">
10 <th colspan="2" align=right>[% 'Total' | $T8 %] </th>
11 <th align=right>[% 'Purchase Price' | $T8 %]:[% LxERP.format_amount(assembly_purchase_price_total, 2) %] [% 'Sell Price' | $T8 %]: [% LxERP.format_amount(assemblytotal, 2) %]</th>
16 <input type="hidden" name="assembly_rows" value="[% HTML.escape(assembly_rows) %]" -->
19 <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
20 <input type="hidden" name="previousform" value="[% HTML.escape(previousform) %]">
21 <input type="hidden" name="taxaccount2" value="[% HTML.escape(taxaccount2) %]">
22 <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
24 <td><hr size="3" noshade></td>
28 <br style="clear: left" />
31 [%- IF CUSTOM_VARIABLES.size %]
32 <div id="custom_variables" class="tabcontent">
34 <p>[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]</p>
38 [%- FOREACH var = CUSTOM_VARIABLES %]
40 <td align="right" valign="top">[% var.VALID_BOX %]</td>
41 <td align="right" valign="top">[% HTML.escape(var.description) %]</td>
42 <td valign="top">[% var.HTML_CODE %]</td>
48 <br style="clear: left" />
54 <input class="submit" type="submit" name="action" value="[% 'Update' | $T8 %]">
55 <input type="hidden" name="price_rows" value="[% HTML.escape(price_rows) %]">
56 <input class="submit" type="submit" name="action" value="[% 'Save' | $T8 %]">
59 [%- UNLESS previousform %]
60 <input class="submit" type="submit" name="action" value="[% 'Save as new' | $T8 %]">
64 [%- UNLESS previousform %]
65 [%- IF item == 'assembly' %]
67 <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
70 <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
77 <input type="button" class="submit" onclick="set_history_window([% id %]);" name="history" id="history" value="[% 'history' | $T8 %]">
82 <script type="text/javascript" src="js/wz_tooltip.js"></script>
83 <script type="text/javascript">
85 var maintab = new ddtabcontent("maintab");
86 maintab.setpersist(true);
87 maintab.setselectedClassTarget("link"); //"link" or "linkparent"