From 32596238a5346d08d57bf04e72d94fbf12e71e8b Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 27 Feb 2009 15:48:46 +0000 Subject: buttons moved git-svn-id: https://code.elgg.org/elgg/trunk@2984 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/admin/plugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/admin') 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 = " url}action/admin/plugins/enableall?__elgg_token=$token&__elgg_ts=$ts\">".elgg_echo('enableall')." url}action/admin/plugins/disableall?__elgg_token=$token&__elgg_ts=$ts\">".elgg_echo('disableall')." "; - echo "
" . autop(elgg_echo("admin:plugins:description")) . $buttons . "
"; + echo "
" . $buttons . autop(elgg_echo("admin:plugins:description")) . "
"; $limit = get_input('limit', 10); $offset = get_input('offset', 0); @@ -54,4 +54,4 @@ )); } */ -?> \ No newline at end of file +?> -- cgit v1.2.3