<body> in eigene Zeile (für späteres entfernen)
[kivitendo-erp.git] / templates / webpages / am / edit_price_factor.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 <body>
4
5  [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
6
7  <div class="listtop">[% title %]</div>
8
9  <form method="post" action="am.pl">
10
11   <p>
12    <table border="0">
13     <tr>
14      <td align="right">[% 'Description' | $T8 %]</td>
15      <td><input name="description" value="[% HTML.escape(description) %]"></td>
16     </tr>
17
18     <tr>
19      <td align="right">[% 'Factor' | $T8 %]</td>
20      <td><input name="factor" value="[% HTML.escape(factor) %]"></td>
21     </tr>
22    </table>
23   </p>
24
25   <p>
26    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
27
28    <input type="hidden" name="type" value="price_factor">
29
30    <input type="hidden" name="id" value="[% HTML.escape(id) %]">
31    <input type="submit" name="action" value="[% 'Save' | $T8 %]">
32    [% IF id %][% IF orphaned %]<input type="submit" name="action" value="[% 'Delete' | $T8 %]">[% END %][% END %]
33   </p>
34  </form>
35
36 </body>
37 </html>