Revision f7f03503
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
221 | 221 |
$::form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); |
222 | 222 |
|
223 | 223 |
my $onload = "focus()" |
224 |
. qq|;setupDateFormat('|. $::myconfig{dateformat} . qq|', '| . $::locale->text("Falsches Datumsformat!") . qq|')| |
|
225 |
. qq|;setupPoints('|. $::myconfig{numberformat} . qq|', '| . $::locale->text("wrongformat") . qq|')|; |
|
226 | 224 |
|
227 | 225 |
$::form->header; |
228 | 226 |
print $::form->parse_html_template('gl/search', { |
Auch abrufbar als: Unified diff
setupPoints und setupDateFormat in ein partial Layout verschoben