aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_main.html
diff options
context:
space:
mode:
authorhubaishan <saeed@hubaishan.com>2018-01-19 16:28:54 +0300
committerhubaishan <saeed@hubaishan.com>2018-01-19 16:28:54 +0300
commitede0a36076cdc1bf315f0d13dfc6606b3e95e499 (patch)
tree3ded0413c0c1bf9f6b6a56d67b3dcdf956b30fdc /phpBB/adm/style/acp_main.html
parentbaabcad8ab34e7a6538a516143b6ae3d010b9382 (diff)
downloadforums-ede0a36076cdc1bf315f0d13dfc6606b3e95e499.tar
forums-ede0a36076cdc1bf315f0d13dfc6606b3e95e499.tar.gz
forums-ede0a36076cdc1bf315f0d13dfc6606b3e95e499.tar.bz2
forums-ede0a36076cdc1bf315f0d13dfc6606b3e95e499.tar.xz
forums-ede0a36076cdc1bf315f0d13dfc6606b3e95e499.zip
[ticket/15510] Link Orphan attachments in ACP General to its page
change `IF TOTAL_ORPHAN` to `IF TOTAL_ORPHAN > 0` PHPBB3-15510
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r--phpBB/adm/style/acp_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index a414ae2c3b..12477a4b77 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -154,7 +154,7 @@
<!-- IF S_TOTAL_ORPHAN -->
<td>{L_NUMBER_ORPHAN}{L_COLON} </td>
<td>
- <!-- IF TOTAL_ORPHAN -->
+ <!-- IF TOTAL_ORPHAN > 0 -->
<a href="{U_ATTACH_ORPHAN}" title="{L_MORE_INFORMATION}"><strong>{TOTAL_ORPHAN}</strong></a>
<!-- ELSE -->
<strong>{TOTAL_ORPHAN}</strong>