Revision d3793aeb
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/projects.pl | ||
---|---|---|
92 | 92 |
$form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables' => $form->{CUSTOM_VARIABLES}, |
93 | 93 |
'include_prefix' => 'l_', |
94 | 94 |
'include_value' => 'Y'); |
95 |
$form->{fokus} = 'Form.projectnumber';
|
|
95 |
$::request->{layout}->focus('#projectnumber');
|
|
96 | 96 |
|
97 | 97 |
$form->header(); |
98 | 98 |
print $form->parse_html_template('projects/search'); |
Auch abrufbar als: Unified diff
fokus in Projektsuche gefixt