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>
 
  29 [%- IF LANGUAGES.size %]
 
  30  [% PROCESS 'ic/tabs/_edit_translations.html' %]
 
  34 <div id="sales_price_information">
 
  35   [% PROCESS ic/sales_price_information.html id=id %]
 
  39 [%- IF CUSTOM_VARIABLES.size %]
 
  40 <div id="custom_variables">
 
  42  <p>[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]</p>
 
  46    [%- FOREACH var = CUSTOM_VARIABLES %]
 
  48     <td align="right" valign="top">[% var.VALID_BOX %]</td>
 
  49     [%- IF !var.partsgroup_filtered %]
 
  50       <td align="right" valign="top">[% HTML.escape(var.description) %]</td>
 
  52     <td valign="top">[% var.HTML_CODE %]</td>
 
  61 <div id='price_rules'>
 
  62   <div id='price_rules_customer_report'></div>
 
  63   <div id='price_rules_vendor_report'></div>
 
  69 [%- IF show_edit_buttons %]
 
  71 <input class="submit" type="submit" name="action" value="[% 'Update' | $T8 %]">
 
  72 <input type="hidden" name="price_rows" value="[% HTML.escape(price_rows) %]">
 
  73 <input class="submit" type="submit" name="action" value="[% 'Save' | $T8 %]">
 
  76     [%- UNLESS previousform %]
 
  77 <input class="submit" type="submit" name="action" value="[% 'Save as new' | $T8 %]">
 
  81       [%- UNLESS previousform %]
 
  82         [%- IF item == 'assembly' %]
 
  84 <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
 
  87 <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
 
  96 <input type="button" class="submit" onclick="set_history_window([% id %], 'id');" name="history" id="history" value="[% 'history' | $T8 %]">