259c5cbca43095a6169017653b8b1381c5cd8478
[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 style="clear: left" />
28 </div>
29 </div>
30
31 <input class="submit" type="submit" name="action" value="Erneuern">
32 <input type="hidden" name="price_rows" value="[% HTML.escape(price_rows) %]">
33 <input class="submit" type="submit" name="action" value="Speichern">
34
35   [%- IF id %]
36     [%- UNLESS previousform %]
37 <input class="submit" type="submit" name="action" value="als neu speichern">
38     [%- END %]
39
40     [%- IF orphaned %]
41       [%- UNLESS previousform %]
42         [%- IF item == 'assembly' %]
43           [%- UNLESS onhand %]
44 <input class="submit" type="submit" name="action" value="Löschen">
45           [%- END %]
46         [%- ELSE %]
47 <input class="submit" type="submit" name="action" value="Löschen">
48         [%- END %]
49       [%- END %]
50     [%- END %]
51   [%- END %]
52
53   [%- IF id != "" %]
54 <input type="button" class="submit" onclick="set_history_window([% id %]);" name="history" id="history" value="Historie">
55   [%- END %]
56
57 </form>
58
59 <script type="text/javascript" src="js/wz_tooltip.js"></script>
60 <script type="text/javascript">
61 <!--
62     var maintab = new ddtabcontent("maintab");
63     maintab.setpersist(true);
64     maintab.setselectedClassTarget("link"); //"link" or "linkparent"
65     maintab.init();
66   -->
67 </script>
68
69 </body>
70 </html>