From c6567bb2bb5c3c6d6ab8e87755b8c57e57e51bdc Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Feb 2009 18:07:18 +0000 Subject: Access collections toggle beginnings git-svn-id: https://code.elgg.org/elgg/trunk@2659 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/notifications/css.php | 1 + .../notifications/subscriptions/collections.php | 64 ++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/mod/notifications/views/default/notifications/css.php b/mod/notifications/views/default/notifications/css.php index db766a2c9..c28de60cd 100644 --- a/mod/notifications/views/default/notifications/css.php +++ b/mod/notifications/views/default/notifications/css.php @@ -40,6 +40,7 @@ background: url(mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px; } +.notification_collections, .notification_personal { margin-bottom: 25px; } \ No newline at end of file diff --git a/mod/notifications/views/default/notifications/subscriptions/collections.php b/mod/notifications/views/default/notifications/subscriptions/collections.php index 0165eb215..fa33312ec 100644 --- a/mod/notifications/views/default/notifications/subscriptions/collections.php +++ b/mod/notifications/views/default/notifications/subscriptions/collections.php @@ -1,3 +1,67 @@ guid)) { + global $NOTIFICATION_HANDLERS; +?> +
+ + + + $foo) { + if ($i > 0) + echo ""; +?> + + + + + + + + + $foo) { + if ($i > 0) $fields .= ""; + $toggle = elgg_echo('toggle'); + $fields .= <<< END + +END; + $i++; + } + echo $fields; + +?> + + + + +
   
+

+ name; ?> +

+ +
  + +  
+
+ \ No newline at end of file -- cgit v1.2.3