Bestehende Erzeugnisse korrekt speichern
[kivitendo-erp.git] / templates / webpages / am / lead_header.html
1 [%- USE HTML %]
2 [%- USE T8 %]
3 <h1>[% title | html %]</h1>
4
5 <form method=post action=am.pl>
6
7 <input type=hidden name=id value='[% id | html %]'>
8 <input type=hidden name=type value=lead>
9
10 <table width=100%>
11   <tr>
12     <th align=right>[% 'Description' | $T8 %]</th>
13     <td><input name=description size=50 value="[% lead | html %]"></td>
14   </tr>
15     <td colspan=2><hr size=3 noshade></td>
16   </tr>
17 </table>