Changed jira to handle branch names that are just numbers
[clearscm.git] / maps / lib / MAPSWeb.pm
index 5097b77..59ec10b 100644 (file)
@@ -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,
@@ -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<br>'),
     );
   } 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<br>'),
       (a {-href => '/maps/adm/'},
-        'MAPS<br>'),
+        'Admin<br>'),
       (a {-href => '/maps/?logout=yes'},
         'Logout'),
     );