aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/settings/account/notifications.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-01 20:27:15 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-01 20:27:15 +0000
commit3e79004b04458c0ec11462a422dc67f2fb3c2bdb (patch)
tree854bf7ee1df19e44961f78ae90de645a7cd1bed9 /views/default/core/settings/account/notifications.php
parent0fc7a5edbc518abd92c4fc8c34b31ca05836132f (diff)
downloadelgg-3e79004b04458c0ec11462a422dc67f2fb3c2bdb.tar.gz
elgg-3e79004b04458c0ec11462a422dc67f2fb3c2bdb.tar.bz2
using the info module for user settings
git-svn-id: http://code.elgg.org/elgg/trunk@7808 36083f99-b078-4883-b0ff-0f9b5a30f544
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