From b6ba9607f9f08eddea8c6cd6ef3120984eae831a Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 1 Sep 2008 17:18:32 +0200 Subject: [PATCH] Jump box in administration --- PciIds/Html/Admin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PciIds/Html/Admin.pm b/PciIds/Html/Admin.pm index 6ea280a..a8aa592 100644 --- a/PciIds/Html/Admin.pm +++ b/PciIds/Html/Admin.pm @@ -17,7 +17,7 @@ sub genNewAdminForm( $$$$ ) { $prefix = '' if( $args->{'global'} ); my $caption = 'Administration ‒ pending events '.( $args->{'global'} ? '(Global)' : '('.encode( $address->pretty() ).')' ); genHtmlHead( $req, $caption, undef ); - genCustomHead( $req, $args, $address, $caption, [ $address->canAddItem() ? [ 'Add item', 'newitem' ] : (), $address->canDiscuss() ? [ 'Discuss', 'newhistory' ] : (), [ 'Help', 'help', 'admin' ] ], [ [ 'Log out', 'logout' ] ] ); + genCustomHead( $req, $args, $address, $caption, [ $address->canAddItem() ? [ 'Add item', 'newitem' ] : (), $address->canDiscuss() ? [ 'Discuss', 'newhistory' ] : (), [ 'Help', 'help', 'admin' ], [ '', 'jump' ] ], [ [ 'Log out', 'logout' ] ] ); print "
$error
\n" if( defined $error ); print "
\n"; my $lastId; -- 2.39.2