Browse Source

fixed bug in Feature more functions code

Piotr Labudda 8 years ago
parent
commit
6dfd712fff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      SE/se-lib/Core/AclHelper.php

+ 2 - 1
SE/se-lib/Core/AclHelper.php

@@ -112,7 +112,8 @@ class Core_AclHelper {// Helper class for Acl
 			$rowFunc = new stdClass();
 			$rowFunc->ico = 'glyphicon glyphicon-random';
 			$rowFunc->href = "index.php?MENU_INIT=PROCES_ADD_ZASOB&procesID={$id}";
-			$rowFunc->title = "Powiązane zasoby <span class=\"badge\">{$connectedZasobyTotal}</span>";
+			$rowFunc->title = "Powiązane zasoby ({$connectedZasobyTotal})";
+			$rowFunc->label = "Powiązane zasoby <span class=\"badge\">{$connectedZasobyTotal}</span>";
 			$rowFunList[] = $rowFunc;
 		}