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