mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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:
parent
baabcad8ab
commit
ede0a36076
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue