3ed19a5e9a0ebb516cab1283f3f4d41ae21d6fea
[kivitendo-erp.git] / templates / webpages / am / edit_price_factor_de.html
1 [% USE HTML %]<body>
2
3  [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
4
5  <div class="listtop">[% title %]</div>
6
7  <form method="post" action="am.pl">
8
9   <p>
10    <table border="0">
11     <tr>
12      <td align="right">Beschreibung</td>
13      <td><input name="description" value="[% HTML.escape(description) %]"></td>
14     </tr>
15
16     <tr>
17      <td align="right">Faktor</td>
18      <td><input name="factor" value="[% HTML.escape(factor) %]"></td>
19     </tr>
20    </table>
21   </p>
22
23   <p>
24    <input type="hidden" name="login" value="[% HTML.escape(login) %]">
25    <input type="hidden" name="password" value="[% HTML.escape(password) %]">
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="Speichern">
32    [% IF id %][% IF orphaned %]<input type="submit" name="action" value="Löschen">[% END %][% END %]
33   </p>
34  </form>
35
36 </body>
37 </html>