Revision 77c873db
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
$::form->all_departments(\%::myconfig);
|
||
$::form->get_lists(
|
||
projects => { key => "ALL_PROJECTS", all => 1 },
|
||
employees => "ALL_EMPLOYEES",
|
||
);
|
||
$::form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]);
|
||
|
||
my $onload = "focus()"
|
||
. qq|;setupDateFormat('|. $::myconfig{dateformat} . qq|', '| . $::locale->text("Falsches Datumsformat!") . qq|')|
|
templates/webpages/gl/search.html | ||
---|---|---|
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Employee' | $T8 %]</th>
|
||
<td colspan=3>[% L.select_tag('employee', L.options_for_select(ALL_EMPLOYEES, value_sub=\employee_label, title='name', with_empty=1)) %]</td>
|
||
<td colspan=3>[% L.select_tag('employee', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1)) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'Filter date by' | $T8 %]</th>
|
Auch abrufbar als: Unified diff
gelöschte Benutzer in gl/search ausblenden