Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r324 - registry/trunk/app/View/Elements

Subject: COmanage Developers List

List archive

[comanage-dev] r324 - registry/trunk/app/View/Elements


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r324 - registry/trunk/app/View/Elements
  • Date: Mon, 23 Jul 2012 19:15:33 -0400

Author: marie
Date: 2012-07-23 19:15:33 -0400 (Mon, 23 Jul 2012)
New Revision: 324

Modified:
registry/trunk/app/View/Elements/secondaryMenu.ctp
Log:
co382 - hide fake demo data and show 0 for count

Modified: registry/trunk/app/View/Elements/secondaryMenu.ctp
===================================================================
--- registry/trunk/app/View/Elements/secondaryMenu.ctp 2012-07-23 13:35:35
UTC (rev 323)
+++ registry/trunk/app/View/Elements/secondaryMenu.ctp 2012-07-23 23:15:33
UTC (rev 324)
@@ -51,13 +51,17 @@
<span>
<?php
// XXX placeholder until notifications is implemented
+ $notifArray['approval'] = array();
+ $notifArray['accepted'] = array();
+
+ /*
$notifArray['approval'] = array("Scott Koranda (UWM)",
"Stuart Anderson (CalTech)",
"Benn Oshrin (Internet2)");
- //$notifArray['approval'] = array();
$notifArray['accepted'] = array("Scott Koranda (UWM)",
"Stuart Anderson (CalTech)",
"Heather Flanagan (Internet2)");
+ */

$notificationCount = count($notifArray['approval']) +
count($notifArray['accepted']);
print $notificationCount ? $notificationCount : 0 ?>



  • [comanage-dev] r324 - registry/trunk/app/View/Elements, svnlog, 07/23/2012

Archive powered by MHonArc 2.6.16.

Top of Page