Aenderungen fuer Bug 1004 - Verschoenerungen an der Erzeugnismaske im Bereich Einzelw...
[kivitendo-erp.git] / templates / webpages / ic / form_footer_de.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3   [%- IF item == 'assembly' %]
4   <!-- Wieder zurueck in die ic.pl, entweder alle Einzelteile auslagern oder gar keine -->
5   <!-- tr>
6     <td>
7       <table border="0" width="100%">
8         <tr>
9           <th colspan="2" align=right>Summe&nbsp;</th>
10           <th align=right>Einkaufspreis:[% LxERP.format_amount(assembly_purchase_price_total, 2) %]  Verkaufspreis: [% LxERP.format_amount(assemblytotal, 2) %]</th>
11         </tr>
12       </table>
13     </td>
14   </tr>
15   <input type="hidden" name="assembly_rows" value="[% HTML.escape(assembly_rows) %]" -->
16   [%- END %]
17
18   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
19   <input type="hidden" name="previousform" value="[% HTML.escape(previousform) %]">
20   <input type="hidden" name="taxaccount2" value="[% HTML.escape(taxaccount2) %]">
21   <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
22   <tr>
23     <td><hr size="3" noshade></td>
24   </tr>
25 </table>
26
27 <br>
28 <input class="submit" type="submit" name="action" value="Erneuern">
29 <input type="hidden" name="price_rows" value="[% HTML.escape(price_rows) %]">
30 <input class="submit" type="submit" name="action" value="Speichern">
31
32   [%- IF id %]
33     [%- UNLESS previousform %]
34 <input class="submit" type="submit" name="action" value="als neu speichern">
35     [%- END %]
36
37     [%- IF orphaned %]
38       [%- UNLESS previousform %]
39         [%- IF item == 'assembly' %]
40           [%- UNLESS onhand %]
41 <input class="submit" type="submit" name="action" value="Löschen">
42           [%- END %]
43         [%- ELSE %]
44 <input class="submit" type="submit" name="action" value="Löschen">
45         [%- END %]
46       [%- END %]
47     [%- END %]
48   [%- END %]
49
50   [%- IF id != "" %]
51 <input type="button" class="submit" onclick="set_history_window([% id %]);" name="history" id="history" value="Historie">
52   [%- END %]
53
54 </form>
55
56 <script type="text/javascript" src="js/wz_tooltip.js"></script>
57
58 </body>
59 </html>