(Stammdaten->Berichte->Projekte)
$form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables' => $form->{CUSTOM_VARIABLES},
'include_prefix' => 'l_',
'include_value' => 'Y');
+ $form->{fokus} = 'getElementById("projectnumber")';
$form->header();
print $form->parse_html_template('projects/search');
[%- USE T8 %]
-[% USE HTML %]<body>
+[% USE HTML %]<body onload="fokus()">
- <form method="post" action="projects.pl">
+ <form method="post" action="projects.pl" name="Form">
<div class="listtop">[% title %]</div>
<table>
<tr>
<th align="right">[% 'Number' | $T8 %]</th>
- <td><input name="filter.projectnumber" size="20"></td>
+ <td><input name="filter.projectnumber" id="projectnumber" size="20"></td>
</tr>
<tr>