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 ++++++++++------------
.../default/forms/notificationsettings/save.php | 3 ++
.../notifications/subscriptions/collections.php | 2 +-
.../notifications/subscriptions/personal.php | 2 +-
4 files changed, 24 insertions(+), 26 deletions(-)
(limited to 'mod/notifications')
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; ?>
-
- |
-
- |
-
+
+
+
+ |
+
-
+
-
+
diff --git a/mod/notifications/views/default/forms/notificationsettings/save.php b/mod/notifications/views/default/forms/notificationsettings/save.php
index ec0c9c701..0306080b8 100644
--- a/mod/notifications/views/default/forms/notificationsettings/save.php
+++ b/mod/notifications/views/default/forms/notificationsettings/save.php
@@ -1,4 +1,7 @@
-