Revision e14cb525
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
220 | 220 |
); |
221 | 221 |
$::form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); |
222 | 222 |
|
223 |
my $onload = "focus()"; |
|
224 |
|
|
225 | 223 |
$::form->header; |
226 | 224 |
print $::form->parse_html_template('gl/search', { |
227 |
onload => $onload, |
|
228 | 225 |
department_label => sub { ("$_[0]{description}--$_[0]{id}")x2 }, |
229 | 226 |
employee_label => sub { "$_[0]{id}--$_[0]{name}" }, |
230 | 227 |
}); |
Auch abrufbar als: Unified diff
Aufrufe von focus() entfernt.
Diese Funktion ist die interne javascript focus Funktion, die ohne Argument garkeinen Sinn macht. Die Lx-Office Version heisst fokus.