summaryrefslogtreecommitdiffstats
path: root/templates/show_users.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_users.inc.php')
-rw-r--r--templates/show_users.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php
index a27963ab..797c0b16 100644
--- a/templates/show_users.inc.php
+++ b/templates/show_users.inc.php
@@ -73,6 +73,9 @@ foreach ($object_ids as $user_id) {
<a href="<?php echo $web_path; ?>/admin/users.php?action=show_edit&amp;user_id=<?php echo $client->id; ?>">
<?php echo get_user_icon('edit'); ?>
</a>
+ <a href="<?php echo $web_path; ?>/admin/users.php?action=show_preferences&amp;user_id=<?php echo $client->id; ?>">
+ <?php echo get_user_icon('preferences'); ?>
+ </a>
<?php
//FIXME: Fix this for the extra permission levels
if ($client->disabled == '1') {