]> mj.ucw.cz Git - pciids.git/commitdiff
Update help system for 2-part menu
authorMichal Vaner <vorner@ucw.cz>
Sun, 31 Aug 2008 19:14:49 +0000 (21:14 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sun, 31 Aug 2008 19:14:49 +0000 (21:14 +0200)
PciIds/Html/Help.pm

index bd8c70b7330156eab15199b65706335a1a7cc428..0911a421bd0d6c84599c6d7d9351aa142fbb180a 100644 (file)
@@ -21,8 +21,8 @@ sub getHelp( $$ ) {
        print "<div class='top'>\n";
        print "<h1>$head".( defined $addr ? " (".$addr->pretty().")" : "" )."</h1>\n";
        genMenu( $req, $addr, $args, $auth, [ [ 'Help index', 'help', 'index' ] ] );
-       genPath( $req, $addr, 1 );
        print "<div class='clear'></div></div>\n";
+       genPath( $req, $addr, 1 );
        my $url = setAddrPrefix( $req->uri(), 'read' ).buildExcept( 'help', $args ).'?help=';
        delete $args->{'help'};
        my %repls = ( 'HELP_URL' => $url, 'AC_URL' => setAddrPrefix( $req->uri(), 'mods' ).buildExcept( 'action', $args ).'?action=' );