From e036de6ceab5f57b0f502b8400ab05e32e96562b Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 12 Feb 2011 16:40:05 +0000 Subject: updated the plugins that have already been updated to 1.8 html/css to use divs rather than p tags in forms git-svn-id: http://code.elgg.org/elgg/trunk@8163 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../forms/notificationsettings/groupsave.php | 43 ++++++++++------------ 1 file changed, 19 insertions(+), 24 deletions(-) (limited to 'mod/notifications/views/default/forms/notificationsettings/groupsave.php') diff --git a/mod/notifications/views/default/forms/notificationsettings/groupsave.php b/mod/notifications/views/default/forms/notificationsettings/groupsave.php index 632e34a54..a38fe48d0 100644 --- a/mod/notifications/views/default/forms/notificationsettings/groupsave.php +++ b/mod/notifications/views/default/forms/notificationsettings/groupsave.php @@ -6,7 +6,7 @@ */ global $NOTIFICATION_HANDLERS; -foreach($NOTIFICATION_HANDLERS as $method => $foo) { +foreach ($NOTIFICATION_HANDLERS as $method => $foo) { $subsbig[$method] = elgg_get_entities_from_relationship(array('relationship' => 'notify' . $method, 'relationship_guid' => elgg_get_logged_in_user_guid(), 'types' => 'group', 'limit' => 99999)); $tmparray = array(); if ($subsbig[$method]) { @@ -24,22 +24,19 @@ foreach($NOTIFICATION_HANDLERS as $method => $foo) { - -

+

-

+
- - - +
 
+ +  "; } ?> - + - - + + - - + - - - + + + + + -
   
 
-

+

+
name; ?> -

-
 
 
+ - + -- cgit v1.2.3