diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-08 15:49:45 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-08 15:49:45 +0200 |
| commit | 0c0e43e110a9f4f42ca7b5fa109c608424781edd (patch) | |
| tree | fe190aa5a337223351d28e82eb9f4f928932b7bc /phpBB/adm/style | |
| parent | 73f9e7936a266b174b65812af4d2a6ea648db048 (diff) | |
| parent | 7a60cdd1d324609b95865673d3204598a0078c38 (diff) | |
| download | forums-0c0e43e110a9f4f42ca7b5fa109c608424781edd.tar forums-0c0e43e110a9f4f42ca7b5fa109c608424781edd.tar.gz forums-0c0e43e110a9f4f42ca7b5fa109c608424781edd.tar.bz2 forums-0c0e43e110a9f4f42ca7b5fa109c608424781edd.tar.xz forums-0c0e43e110a9f4f42ca7b5fa109c608424781edd.zip | |
Merge branch '3.1.x'
* 3.1.x:
[ticket/14219] Add email to inactive user listing
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/acp_inactive.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html index 409ea46de5..2aa3051f53 100644 --- a/phpBB/adm/style/acp_inactive.html +++ b/phpBB/adm/style/acp_inactive.html @@ -18,6 +18,7 @@ <thead> <tr> <th>{L_USERNAME}</th> + <th>{L_EMAIL}</th> <th>{L_JOINED}</th> <th>{L_INACTIVE_DATE}</th> <th>{L_LAST_VISIT}</th> @@ -32,6 +33,7 @@ {inactive.USERNAME_FULL} <!-- IF inactive.POSTS --><br />{L_POSTS}{L_COLON} <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF --> </td> + <td style="vertical-align: top;">{inactive.USER_EMAIL}</td> <td style="vertical-align: top;">{inactive.JOINED}</td> <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td> <td style="vertical-align: top;">{inactive.LAST_VISIT}</td> |
