mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
[ticket/15510] Link Orphan attachments in ACP General to its page
change `IF TOTAL_ORPHAN` to `IF TOTAL_ORPHAN > 0` PHPBB3-15510
This commit is contained in:
@@ -154,7 +154,7 @@
|
|||||||
<!-- IF S_TOTAL_ORPHAN -->
|
<!-- IF S_TOTAL_ORPHAN -->
|
||||||
<td>{L_NUMBER_ORPHAN}{L_COLON} </td>
|
<td>{L_NUMBER_ORPHAN}{L_COLON} </td>
|
||||||
<td>
|
<td>
|
||||||
<!-- IF TOTAL_ORPHAN -->
|
<!-- IF TOTAL_ORPHAN > 0 -->
|
||||||
<a href="{U_ATTACH_ORPHAN}" title="{L_MORE_INFORMATION}"><strong>{TOTAL_ORPHAN}</strong></a>
|
<a href="{U_ATTACH_ORPHAN}" title="{L_MORE_INFORMATION}"><strong>{TOTAL_ORPHAN}</strong></a>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<strong>{TOTAL_ORPHAN}</strong>
|
<strong>{TOTAL_ORPHAN}</strong>
|
||||||
|
Reference in New Issue
Block a user