From 320e72608b996d06c8bef90a890611fc61f650a1 Mon Sep 17 00:00:00 2001
From: kados
- " /> + " /> + /includes/calendar/cal.gif" id="datelastseen_button" /> +
" maxlength="5" size="5" /> @@ -45,7 +55,18 @@
diff --git a/tools/inventory.pl b/tools/inventory.pl index 94983f6c7f..97aa646edb 100755 --- a/tools/inventory.pl +++ b/tools/inventory.pl @@ -61,9 +61,9 @@ for my $branch_hash (keys %$branches) { branchname => $branches->{$branch_hash}->{'branchname'}, selected => ($branch_hash eq $branchcode?1:0)}; } -$template->param(branchloop => \@branch_loop,); - -$template->param(minlocation => $minlocation, +$template->param(branchloop => \@branch_loop, + DHTMLcalendar_dateformat => get_date_format_string_for_DHTMLcalendar(), + minlocation => $minlocation, maxlocation => $maxlocation, offset => $offset, pagesize => $pagesize, -- 2.39.5