Jelajahi Sumber

fixed bug in Feature more functions code

Piotr Labudda 8 tahun lalu
induk
melakukan
6dfd712fff
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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;
 		}