mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 16:11:21 +02:00
[ticket/14677] Add exclamation mark to outdated extensions
PHPBB3-14677
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
<!-- IF enabled.S_VERSIONCHECK -->
|
<!-- IF enabled.S_VERSIONCHECK -->
|
||||||
<strong <!-- IF enabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{enabled.META_VERSION}</strong>
|
<strong <!-- IF enabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{enabled.META_VERSION}</strong>
|
||||||
|
<!-- IF not enabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle" aria-hidden="true"></i><!-- ENDIF -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{enabled.META_VERSION}
|
{enabled.META_VERSION}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
@@ -77,6 +78,7 @@
|
|||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
<!-- IF disabled.S_VERSIONCHECK -->
|
<!-- IF disabled.S_VERSIONCHECK -->
|
||||||
<strong <!-- IF disabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{disabled.META_VERSION}</strong>
|
<strong <!-- IF disabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{disabled.META_VERSION}</strong>
|
||||||
|
<!-- IF not disabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle" aria-hidden="true"></i><!-- ENDIF -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{disabled.META_VERSION}
|
{disabled.META_VERSION}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
Reference in New Issue
Block a user