Merge branch 'master' of https://github.com/adefaria/clearscm
[clearscm.git] / maps / lib / MAPSWeb.pm
index 3b68a80..4f3afda 100644 (file)
@@ -281,23 +281,23 @@ sub NavigationBar($) {
     print div ({-class => 'username'}, 'Welcome '. ucfirst $userid);
     print div ({-class => 'menu'},
       (a {-href => '/maps/'},
-        'MAPS Home<br>'),
+        'Home<br>'),
       (a {-href => '/maps/bin/stats.cgi'},
         'Statistics<br>'),
       (a {-href => '/maps/bin/editprofile.cgi'},
-        'Edit Profile<br>'),
+        'Profile<br>'),
       (a {-href => '/maps/php/Reports.php'},
         'Reports<br>'),
       (a {-href => '/maps/php/list.php?type=white'},
-        'White List<br>'),
+        'White<br>'),
       (a {-href => '/maps/php/list.php?type=black'},
-        'Black List<br>'),
+        'Black<br>'),
       (a {-href => '/maps/php/list.php?type=null'},
-        'Null List<br>'),
+        'Null<br>'),
       (a {-href => '/maps/doc/'},
         'Help<br>'),
       (a {-href => '/maps/adm/'},
-        'MAPS Admin<br>'),
+        'MAPS<br>'),
       (a {-href => '/maps/?logout=yes'},
         'Logout'),
     );