aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-12 12:30:27 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:18:54 +0200
commit521fe2b8e29fdb61ab0c02ec40f20b652d66623a (patch)
tree4cd9c9e8b2946d5bda8b7ce2a27427c64743bdd1 /phpBB/adm/style/acp_ext_list.html
parent64467f50db496d0cc388e437dd9d843d5faf6449 (diff)
downloadforums-521fe2b8e29fdb61ab0c02ec40f20b652d66623a.tar
forums-521fe2b8e29fdb61ab0c02ec40f20b652d66623a.tar.gz
forums-521fe2b8e29fdb61ab0c02ec40f20b652d66623a.tar.bz2
forums-521fe2b8e29fdb61ab0c02ec40f20b652d66623a.tar.xz
forums-521fe2b8e29fdb61ab0c02ec40f20b652d66623a.zip
[ticket/11366] Force the use of the cache on the list page
PHPBB3-11366
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
-rw-r--r--phpBB/adm/style/acp_ext_list.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index 0aed0243d9..e0d432ccd3 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -26,7 +26,9 @@
<td><strong>{enabled.META_DISPLAY_NAME}</strong></td>
<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> [&nbsp;<a href="{enabled.U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a>&nbsp;]
+ <strong <!-- IF enabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{enabled.META_VERSION}</strong>
+ <!-- ELSE -->
+ {enabled.META_VERSION}
<!-- ENDIF -->
</td>
<td style="text-align: center;"><a href="{enabled.U_DETAILS}">{L_DETAILS}</a></td>
@@ -49,7 +51,9 @@
<td><strong>{disabled.META_DISPLAY_NAME}</strong></td>
<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> [&nbsp;<a href="{disabled.U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a>&nbsp;]
+ <strong <!-- IF disabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{disabled.META_VERSION}</strong>
+ <!-- ELSE -->
+ {disabled.META_VERSION}
<!-- ENDIF -->
</td>
<td style="text-align: center;">