diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 20:57:09 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-26 20:57:09 +0000 |
commit | a2250e1854f23351b2a39e304e2bd5977f3fd867 (patch) | |
tree | c7a846a455073b88ef2db21115baf21fee57b138 /views/default/forms | |
parent | 657295df1ff884ed9f00b001389978b142ac6ba7 (diff) | |
download | elgg-a2250e1854f23351b2a39e304e2bd5977f3fd867.tar.gz elgg-a2250e1854f23351b2a39e304e2bd5977f3fd867.tar.bz2 |
Fixes #2982 friends collections work even if the code is convoluted and poorly written.
git-svn-id: http://code.elgg.org/elgg/trunk@8495 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/forms')
-rw-r--r-- | views/default/forms/friends/collections/add.php (renamed from views/default/forms/friends/collections/edit.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/friends/collections/edit.php b/views/default/forms/friends/collections/add.php index 975307085..644c7adb9 100644 --- a/views/default/forms/friends/collections/edit.php +++ b/views/default/forms/friends/collections/add.php @@ -17,7 +17,7 @@ if (isset($vars['collection'])) { $highlight = 'all'; } -echo "<div><label>" . elgg_echo("friends:collectionname") . "<br/>"; +echo "<div class=\"mtm\"><label>" . elgg_echo("friends:collectionname") . "<br/>"; echo elgg_view("input/text", array( "name" => "collection_name", "value" => $title, |