aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-01-20 19:57:33 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-20 19:57:33 +0100
commitd0143bec8830e709047443f73f79c0dce438e3fc (patch)
treeb9da9669164b1e63ee7e4d7a3969e89508647b53 /phpBB/adm
parent55e13693b0e3094d93182402091d535655068829 (diff)
parentede0a36076cdc1bf315f0d13dfc6606b3e95e499 (diff)
downloadforums-d0143bec8830e709047443f73f79c0dce438e3fc.tar
forums-d0143bec8830e709047443f73f79c0dce438e3fc.tar.gz
forums-d0143bec8830e709047443f73f79c0dce438e3fc.tar.bz2
forums-d0143bec8830e709047443f73f79c0dce438e3fc.tar.xz
forums-d0143bec8830e709047443f73f79c0dce438e3fc.zip
Merge pull request #5084 from hubaishan/ticket/15510
[ticket/15510] Link Orphan attachments in ACP General to its page
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_main.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index 9522baa9c2..12477a4b77 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -153,8 +153,14 @@
<td><strong>{PHP_VERSION_INFO}</strong></td>
<!-- IF S_TOTAL_ORPHAN -->
<td>{L_NUMBER_ORPHAN}{L_COLON} </td>
- <td><strong>{TOTAL_ORPHAN}</strong></td>
- <!-- ELSE -->
+ <td>
+ <!-- IF TOTAL_ORPHAN > 0 -->
+ <a href="{U_ATTACH_ORPHAN}" title="{L_MORE_INFORMATION}"><strong>{TOTAL_ORPHAN}</strong></a>
+ <!-- ELSE -->
+ <strong>{TOTAL_ORPHAN}</strong>
+ <!-- ENDIF -->
+ </td>
+ <!-- ELSE -->
<td>&nbsp;</td>
<td>&nbsp;</td>
<!-- ENDIF -->