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