]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ir/form_header.html
IR: Projekt Picker für globalproject_id
[mfinanz.git] / templates / webpages / ir / form_header.html
index d146c7b38add1276d6c981118849f7eb69d549a2..1c652d8930ae4a60390860249ca0a5f3a510579e 100644 (file)
         </tr>
         <tr>
           <th align="right" nowrap>[% 'Project Number' | $T8 %]</th>
-          <td>[%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %]</td>
+          <td>[% P.project.picker('globalproject_id', globalproject_id, onchange="document.getElementById('update_button').click();") %]</td>
         </tr>
       </table>
     </td>