Export of personal data (GDPR)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / acp / templates / userList.tpl
index b82943671787d15123abe65d8fa85e1df0a04d46..4f32484a21edcbe4c1a10f4f04724964c67a2708 100644 (file)
                                                        {else}
                                                                <span class="icon icon16 icon-{if !$user->activationCode}check{else}check-empty{/if} disabled" title="{lang}wcf.acp.user.{if !$user->activationCode}disable{else}enable{/if}{/lang}"></span>
                                                        {/if}
+                                                       {if $user->editable}
+                                                               <a href="{link controller='UserExportGdpr' id=$user->userID}{/link}" title="{lang}wcf.acp.user.exportGdpr{/lang}" class="jsTooltip"><span class="icon icon16 icon-download-alt"></span></a>
+                                                       {else}
+                                                               <span class="icon icon16 icon-download-alt disabled" title="{lang}wcf.acp.user.exportGdpr{/lang}"></span>
+                                                       {/if}
                                                        
                                                        {event name='rowButtons'}
                                                </td>