reports->packages->package definitions now "by # active", RT#5501
authorivan <ivan>
Sun, 23 Oct 2011 23:09:05 +0000 (23:09 +0000)
committerivan <ivan>
Sun, 23 Oct 2011 23:09:05 +0000 (23:09 +0000)
httemplate/elements/menu.html

index c93e314..17c4229 100644 (file)
@@ -228,7 +228,7 @@ if (    $curuser->access_right('Edit package definitions')
      || $curuser->access_right('Edit global package definitions')
    )
 {
      || $curuser->access_right('Edit global package definitions')
    )
 {
-  $report_packages{'Package definitions'} =  [ $fsurl.'browse/part_pkg.cgi?active=1', 'Package definitions by number of active packages' ];
+  $report_packages{'Package definitions (by # active)'} =  [ $fsurl.'browse/part_pkg.cgi?active=1', 'Package definitions by number of active packages' ];
   $report_packages{'separator'} =  '';
 }
 if ( $curuser->access_right('Financial reports') ) {
   $report_packages{'separator'} =  '';
 }
 if ( $curuser->access_right('Financial reports') ) {