aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/settings/account/notifications.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/core/settings/account/notifications.php')
-rw-r--r--views/default/core/settings/account/notifications.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/views/default/core/settings/account/notifications.php b/views/default/core/settings/account/notifications.php
index afb142ebe..1a54b1a98 100644
--- a/views/default/core/settings/account/notifications.php
+++ b/views/default/core/settings/account/notifications.php
@@ -10,8 +10,11 @@ global $NOTIFICATION_HANDLERS;
$notification_settings = get_user_notification_settings(elgg_get_page_owner_guid());
?>
-<div class="user-settings notifications">
-<h3><?php echo elgg_echo('notifications:usersettings'); ?></h3>
+<div class="elgg-module elgg-info-module">
+ <div class="elgg-head">
+ <h3><?php echo elgg_echo('notifications:usersettings'); ?></h3>
+ </div>
+ <div class="elgg-body">
<p><?php echo elgg_echo('notifications:methods'); ?>
@@ -48,4 +51,5 @@ $notification_settings = get_user_notification_settings(elgg_get_page_owner_guid
}
?>
</table>
+ </div>
</div> \ No newline at end of file