diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-27 15:48:46 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-27 15:48:46 +0000 |
commit | 32596238a5346d08d57bf04e72d94fbf12e71e8b (patch) | |
tree | c9a260ef39940836bd45bda305dff1f14a5f7899 /views | |
parent | f79931b08e77267e64498a436a362957b7c1774a (diff) | |
download | elgg-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')
-rw-r--r-- | views/default/admin/plugins.php | 4 |
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 +?> |