aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 16:24:51 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-30 16:24:51 +0000
commit2733869001f3cab50d78a79277e6438e258863af (patch)
tree33effaaa9bac4a431de3b1e3df3b0ee828d7c924 /mod
parentb9795ea06b667d0320cb31ae087852444b5f255e (diff)
downloadelgg-2733869001f3cab50d78a79277e6438e258863af.tar.gz
elgg-2733869001f3cab50d78a79277e6438e258863af.tar.bz2
Closes #105: Make admin option
http://trac.elgg.org/elgg/ticket/105 git-svn-id: https://code.elgg.org/elgg/trunk@1210 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/views/default/profile/userdetails.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php
index a6f381328..160ff4abe 100644
--- a/mod/profile/views/default/profile/userdetails.php
+++ b/mod/profile/views/default/profile/userdetails.php
@@ -125,6 +125,8 @@
&nbsp; <a href="<?php echo $vars['url']; ?>actions/admin/user/delete?guid=<?php echo $vars['entity']->guid; ?>"><?php echo elgg_echo("delete"); ?></a>
&nbsp; <a href="<?php echo $vars['url']; ?>actions/admin/user/resetpassword?guid=<?php echo $vars['entity']->guid; ?>"><?php echo elgg_echo("resetpassword"); ?></a>
+
+ <?php if (!$vars['entity']->admin) { ?>&nbsp; <a href="<?php echo $vars['url']; ?>actions/admin/user/makeadmin?guid=<?php echo $vars['entity']->guid; ?>"><?php echo elgg_echo("makeadmin"); ?></a> <?php } ?>
<?php
}