X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Flib%2FMAPSWeb.pm;h=bea5eff621b1fa0052d3dde7776bb90206048901;hb=bd6ea31741c339e295df02884dbdb6801cda49c1;hp=5097b770a5acf87ee47e2b54304b49772f83535d;hpb=83737e59d30d46e80259f07dd8d528b06dd43858;p=clearscm.git diff --git a/maps/lib/MAPSWeb.pm b/maps/lib/MAPSWeb.pm index 5097b77..bea5eff 100644 --- a/maps/lib/MAPSWeb.pm +++ b/maps/lib/MAPSWeb.pm @@ -70,7 +70,7 @@ sub displayquickstats($) { print p {-align => 'center'}, b ('as of ' . FormatTime($time)); - print start_div {-id => 'quickwrap'}; + print start_div {-id => 'quickstats'}; print start_table { -cellspacing => 0, @@ -321,7 +321,7 @@ sub NavigationBar($) { (a {-href => '/maps/doc/'}, 'Help
'), (a {-href => '/maps/adm/'}, - 'MAPS
'), + 'Admin
'), (a {-href => '/maps/?logout=yes'}, 'Logout'), );