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