X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=maps%2Flib%2FMAPSWeb.pm;h=59ec10bee2cc38ca788d667b35a8cee742e83271;hb=b116c94968d6b617afc02a7d0ffb940757054b6a;hp=5425480316386a5c2fa1aa76b3353991b2428742;hpb=15842e23ec99588d83312f43b66e468fabe40eec;p=clearscm.git diff --git a/maps/lib/MAPSWeb.pm b/maps/lib/MAPSWeb.pm index 5425480..59ec10b 100644 --- a/maps/lib/MAPSWeb.pm +++ b/maps/lib/MAPSWeb.pm @@ -283,7 +283,7 @@ sub NavigationBar($) { print start_div {-id => 'leftbar'}; unless ($userid) { - print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::Version")); + print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::VERSION")); print div ({-class => 'username'}, 'Welcome to MAPS'); print div ({-class => 'menu'}, (a {-href => '/maps/doc/'}, @@ -300,7 +300,7 @@ sub NavigationBar($) { 'Help
'), ); } else { - print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::Version")); + print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::VERSION")); print div ({-class => 'username'}, 'Welcome '. ucfirst $userid); print div ({-class => 'menu'}, @@ -321,7 +321,7 @@ sub NavigationBar($) { (a {-href => '/maps/doc/'}, 'Help
'), (a {-href => '/maps/adm/'}, - 'MAPS
'), + 'Admin
'), (a {-href => '/maps/?logout=yes'}, 'Logout'), );