From d05cdc91a9e1018af34c8eb63b0c8ef27246cea3 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 15 Mar 2010 13:44:13 +0000 Subject: Updates to Admin area UI. git-svn-id: http://code.elgg.org/elgg/trunk@5402 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/admin/plugins.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'views/default/admin/plugins.php') diff --git a/views/default/admin/plugins.php b/views/default/admin/plugins.php index 70e5d2683..465b019f6 100644 --- a/views/default/admin/plugins.php +++ b/views/default/admin/plugins.php @@ -13,9 +13,18 @@ global $CONFIG; $ts = time(); $token = generate_action_token($ts); -// 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 $buttons . elgg_view('output/longtext', array('value' => elgg_echo("admin:plugins:description"))); +// Page Header elements +$title = elgg_view_title(elgg_echo('admin:plugins')); +$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')." "; + +// construct page header +?> +
+
+
+
+ elgg_echo("admin:plugins:description"))); $limit = get_input('limit', 10); $offset = get_input('offset', 0); -- cgit v1.2.3