]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
Checking new member registrations is now done with list_user (was: chk_regs) and...
[mailer.git] / inc / template-functions.php
index f042d3e079db58a432b47f83075a823ca264541c..4cf55879756758e8146aad711a04519ce817c1e4 100644 (file)
@@ -1075,6 +1075,12 @@ function generateMemberAdminActionLinks ($userid) {
                $OUT .= '--}</a></span>|';
        } // END - foreach
 
+       // Add special link, in case of the account is unconfirmed
+       if ($status == 'UNCONFIRMED') {
+               // Add it
+               $OUT .= '<span class="admin_user_link"><a target="_blank" title="{--ADMIN_USER_ACTION_LINK_CONFIRM_ACCOUNT_TITLE--}" href="{%url=confirm.php?hash=' . getFetchedUserData('userid', $userid, 'user_hash') . '%}">{--ADMIN_USER_ACTION_LINK_CONFIRM_ACCOUNT--}</a></span>|';
+       } // END - if
+
        // Finish navigation link
        $OUT = substr($OUT, 0, -1) . ']';