am/lead_header auf template umgestellt.
[kivitendo-erp.git] / templates / webpages / am / lead_header.html
1 [%- USE HTML %]
2 [%- USE T8 %]
3 <body>
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 class=listtop colspan=2>[% title | html %]</th>
13   </tr>
14   <tr height="5"></tr>
15   <tr>
16     <th align=right>[% 'Description' | $T8 %]</th>
17     <td><input name=description size=50 value="[% lead | html %]"></td>
18   </tr>
19     <td colspan=2><hr size=3 noshade></td>
20   </tr>
21 </table>