#31000 changed grpup name
[com.zyxware.civiwci.git] / wci.php
diff --git a/wci.php b/wci.php
index d24c29fbcacf492bf9be05942b1a8b690dbd1178..0c5f6cc150c50d91e01b0dbd9e3d60d09820121a 100644 (file)
--- a/wci.php
+++ b/wci.php
@@ -175,9 +175,20 @@ function wci_civicrm_navigationMenu( &$params ) {
         'separator' => 1,
         'parentID' => $navId, 
         'navID' => $navId+4,
-        'active' => 1)),           
+        'active' => 1)),
+        
+        '5' => array (
+        'attributes' => array (
+        'label' => ts('Widget Settings'),
+        'name' => 'manage_progress_bar',
+        'url' => 'civicrm/wci/settings?reset=1',
+        'permission' => 'access CiviReport,access CiviContribute',
+        'operator' => 'OR',
+        'separator' => 1,
+        'parentID' => $navId, 
+        'navID' => $navId+5,
+        'active' => 1)),
         ),
   );
 }
 
-