summaryrefslogtreecommitdiffstats
path: root/sections/user/linkedfunctions.php
diff options
context:
space:
mode:
Diffstat (limited to 'sections/user/linkedfunctions.php')
-rw-r--r--sections/user/linkedfunctions.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/sections/user/linkedfunctions.php b/sections/user/linkedfunctions.php
index 269b4ed..4f188ba 100644
--- a/sections/user/linkedfunctions.php
+++ b/sections/user/linkedfunctions.php
@@ -166,8 +166,10 @@ function user_dupes_table($UserID) {
<input type="hidden" name="userid" value="<?=$UserID?>" />
<input type="hidden" id="auth" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
<input type="hidden" id="form_comment_hash" name="form_comment_hash" value="<?=$CommentHash?>" />
- <div class="box">
- <div class="head"><?=max($DupeCount - 1, 0)?> Linked account<?=(($DupeCount == 2)?'':'s')?> <a href="#" onclick="$('.linkedaccounts').toggle(); return false;" class="brackets">View</a></div>
+ <div class="box" id="l_a_box">
+ <div class="head">
+ <a href="#l_a_box"><strong>&uarr;</strong></a> <?=max($DupeCount - 1, 0)?> Linked account<?=(($DupeCount == 2)?'':'s')?> <a href="#" onclick="$('.linkedaccounts').toggle(); return false;" class="brackets">View</a>
+ </div>
<table width="100%" class="layout hidden linkedaccounts">
<?=$DupeCount?'<tr>':''?>
<?