]> mj.ucw.cz Git - pciids.git/commitdiff
Remove extra jump box
authorMichal Vaner <vorner@ucw.cz>
Sun, 5 Oct 2008 10:11:15 +0000 (12:11 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sun, 5 Oct 2008 10:11:15 +0000 (12:11 +0200)
Forgotten to remove it from notifications page the last time.

PciIds/Html/Notifications.pm

index c8cc15c0dd4f73d53fe46f2d5feb8a3ae419978e..f8eb304799e9ae9fc81af7a77a394fabee745474 100644 (file)
@@ -29,7 +29,7 @@ sub genNotifForm( $$$$$$ ) {
        my( $req, $args, $tables, $auth, $error, $data ) = @_;
        my $addr = PciIds::Address::new( $req->uri() );
        genHtmlHead( $req, 'Notifications', undef );
-       genCustomHead( $req, $args, $addr, "Notifications", [ $addr->canAddItem() ? [ 'New item', 'newitem' ] : (), $addr->canDiscuss ? [ 'Discuss', 'newhistory' ] : (), [ 'Help', 'help', 'notifications' ], [ '', 'jump' ] ], [ logItem( $auth ), [ 'Profile', 'profile' ] ] );
+       genCustomHead( $req, $args, $addr, "Notifications", [ $addr->canAddItem() ? [ 'New item', 'newitem' ] : (), $addr->canDiscuss ? [ 'Discuss', 'newhistory' ] : (), [ 'Help', 'help', 'notifications' ] ], [ logItem( $auth ), [ 'Profile', 'profile' ] ] );
        print "<div class='error'>$error</div>\n" if( defined $error );
        my $uri = $addr->get();
        my $notifs = $tables->notificationsUser( $auth->{'authid'} );