Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / am / lead_header.html
index 1a0b033..f29b0ec 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE HTML %]
 [%- USE T8 %]
+<h1>[% title | html %]</h1>
 
 <form method=post action=am.pl>
 
@@ -7,10 +8,6 @@
 <input type=hidden name=type value=lead>
 
 <table width=100%>
-  <tr>
-    <th class=listtop colspan=2>[% title | html %]</th>
-  </tr>
-  <tr height="5"></tr>
   <tr>
     <th align=right>[% 'Description' | $T8 %]</th>
     <td><input name=description size=50 value="[% lead | html %]"></td>