]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rp/report.html
Header-Menu soll nicht mitscrollen
[mfinanz.git] / templates / webpages / rp / report.html
index 6f9583ecdffba3c890a7c1bb44340c98f5f53f5c..cf755d6b7fbbd138841c212ad95d638525deea46 100644 (file)
 [%- BLOCK projectnumber %]
   <tr>
     <th align=right nowrap>[% 'Project' | $T8 %]</th>
-    <td colspan=3>[% L.select_tag('project_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', with_empty=1)) %]</td>
+    <td colspan=3>[% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %]</td>
   </tr>
 [%- END %]
 
-<body onLoad="[% onload %]">
 <h1>[% title %]</h1>
 
 <form method=post action='[% script %]'>
 
 </form>
 
-</body>
-</html>