261122f96d801488c9fc189453b5f80576d22a47
[kivitendo-erp.git] / templates / webpages / am / edit_price_factor_master.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"><translate>Description</translate></td>
13      <td><input name="description" value="[% HTML.escape(description) %]"></td>
14     </tr>
15
16     <tr>
17      <td align="right"><translate>Factor</translate></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="<translate>Save</translate>">
32    [% IF id %][% IF orphaned %]<input type="submit" name="action" value="<translate>Delete</translate>">[% END %][% END %]
33   </p>
34  </form>
35
36 </body>
37 </html>