diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 14:27:31 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 14:27:31 +0000 |
commit | 59f77fad499a5130f5d74f0d195cf8963e93a8ea (patch) | |
tree | 310987b7dd617c46fd14936f863632e181652655 /views | |
parent | 41e571d875017c7d1fcba2f31789bc15ea8fe827 (diff) | |
download | elgg-59f77fad499a5130f5d74f0d195cf8963e93a8ea.tar.gz elgg-59f77fad499a5130f5d74f0d195cf8963e93a8ea.tar.bz2 |
configure tools page - individual tools formatted
git-svn-id: https://code.elgg.org/elgg/trunk@2859 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/usersettings/plugins_opt/plugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/usersettings/plugins_opt/plugin.php b/views/default/usersettings/plugins_opt/plugin.php index 013b0a67c..cd3ff3acd 100644 --- a/views/default/usersettings/plugins_opt/plugin.php +++ b/views/default/usersettings/plugins_opt/plugin.php @@ -25,8 +25,8 @@ if (elgg_view("usersettings/{$plugin}/edit")) { ?> -<div id="user_plugin_details"> - <div><h2><?php echo elgg_echo($plugin); ?></h2></div> +<div class="contentWrapper"> + <h3 class="settings"><?php echo elgg_echo($plugin); ?></h3> <div id="<?php echo $plugin; ?>_settings"> <?php echo elgg_view("object/plugin", array('plugin' => $plugin, 'entity' => find_plugin_usersettings($plugin, $user_guid), 'prefix' => 'user')) ?> |