aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2017-09-09 19:00:01 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2017-09-09 19:01:30 +0200
commit41077cae64ce03d261461aa73c1bc30ef5cb4a3a (patch)
tree1d601fc3722b9ff8d12ac704d5bc48990b604a5e /phpBB/adm/style/acp_ext_list.html
parent954af4f18009740bdf3f15b6a2518162e0638c05 (diff)
downloadforums-41077cae64ce03d261461aa73c1bc30ef5cb4a3a.tar
forums-41077cae64ce03d261461aa73c1bc30ef5cb4a3a.tar.gz
forums-41077cae64ce03d261461aa73c1bc30ef5cb4a3a.tar.bz2
forums-41077cae64ce03d261461aa73c1bc30ef5cb4a3a.tar.xz
forums-41077cae64ce03d261461aa73c1bc30ef5cb4a3a.zip
[ticket/14677] Add exclamation mark to outdated extensions
PHPBB3-14677
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
-rw-r--r--phpBB/adm/style/acp_ext_list.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index af9e00a614..c4b1269bc4 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -52,6 +52,7 @@
<td style="text-align: center;">
<!-- IF enabled.S_VERSIONCHECK -->
<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 -->
{enabled.META_VERSION}
<!-- ENDIF -->
@@ -77,6 +78,7 @@
<td style="text-align: center;">
<!-- IF disabled.S_VERSIONCHECK -->
<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 -->
{disabled.META_VERSION}
<!-- ENDIF -->