]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rp/report.html
SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select...
[mfinanz.git] / templates / webpages / rp / report.html
index 6f9583ecdffba3c890a7c1bb44340c98f5f53f5c..d99d45897d25e80d51e2953954be1fa2f21bf877 100644 (file)
@@ -70,7 +70,7 @@
 [%- 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 %]