aboutsummaryrefslogtreecommitdiff
path: root/views/default/admin
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 15:48:46 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 15:48:46 +0000
commit32596238a5346d08d57bf04e72d94fbf12e71e8b (patch)
treec9a260ef39940836bd45bda305dff1f14a5f7899 /views/default/admin
parentf79931b08e77267e64498a436a362957b7c1774a (diff)
downloadelgg-32596238a5346d08d57bf04e72d94fbf12e71e8b.tar.gz
elgg-32596238a5346d08d57bf04e72d94fbf12e71e8b.tar.bz2
buttons moved
git-svn-id: https://code.elgg.org/elgg/trunk@2984 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/admin')
-rw-r--r--views/default/admin/plugins.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/admin/plugins.php b/views/default/admin/plugins.php
index 04cc1c4c5..17ab86eae 100644
--- a/views/default/admin/plugins.php
+++ b/views/default/admin/plugins.php
@@ -18,7 +18,7 @@
// Description of what's going on
$buttons = " <a class='enableallplugins' href=\"{$CONFIG->url}action/admin/plugins/enableall?__elgg_token=$token&__elgg_ts=$ts\">".elgg_echo('enableall')."</a> <a class='disableallplugins' href=\"{$CONFIG->url}action/admin/plugins/disableall?__elgg_token=$token&__elgg_ts=$ts\">".elgg_echo('disableall')."</a> ";
- echo "<div class=\"contentWrapper\"><span class=\"contentIntro\">" . autop(elgg_echo("admin:plugins:description")) . $buttons . "</span></div>";
+ echo "<div class=\"contentWrapper\"><span class=\"contentIntro\">" . $buttons . autop(elgg_echo("admin:plugins:description")) . "<div class='clearfloat'></div></span></div>";
$limit = get_input('limit', 10);
$offset = get_input('offset', 0);
@@ -54,4 +54,4 @@
));
}
*/
-?> \ No newline at end of file
+?>