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

index 25aed48..95000a2 100644 (file)
@@ -208,7 +208,7 @@ if (    $curuser->access_right('Edit 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') ) {