diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-10 21:19:24 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-10 21:19:24 +0000 |
commit | 9fa4cfbd1235a21803931aa58e7a650ad398e5fb (patch) | |
tree | f3696fd39fa6e47586c4bc3ca660df0c5d8c2eba /views/default/friends/collections.php | |
parent | be4a15fba0c35cd1df5077b121e0a416acab5834 (diff) | |
download | elgg-9fa4cfbd1235a21803931aa58e7a650ad398e5fb.tar.gz elgg-9fa4cfbd1235a21803931aa58e7a650ad398e5fb.tar.bz2 |
Updated Friends Picker UI and added to core css.
git-svn-id: http://code.elgg.org/elgg/trunk@5352 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/friends/collections.php')
-rw-r--r-- | views/default/friends/collections.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/default/friends/collections.php b/views/default/friends/collections.php index a013dc1da..d73568b71 100644 --- a/views/default/friends/collections.php +++ b/views/default/friends/collections.php @@ -15,7 +15,6 @@ if (!isset($friendspicker)) { $friendspicker = 0; } -echo "<div class=\"contentWrapper\">"; if (is_array($vars['collections']) && sizeof($vars['collections'])) { echo "<ul id=\"friends_collections_accordian\">"; @@ -31,8 +30,6 @@ if (is_array($vars['collections']) && sizeof($vars['collections'])) { echo elgg_echo("friends:nocollections"); } -echo "</div>"; - ?> <script> |