diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-12 12:40:16 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-28 22:19:00 +0200 |
commit | 13ecddf85bce88cb0b99684040578ffa766db782 (patch) | |
tree | 62d6e50c8164885e575c1f47ecede2377ef956da /phpBB/adm/style | |
parent | 521fe2b8e29fdb61ab0c02ec40f20b652d66623a (diff) | |
download | forums-13ecddf85bce88cb0b99684040578ffa766db782.tar forums-13ecddf85bce88cb0b99684040578ffa766db782.tar.gz forums-13ecddf85bce88cb0b99684040578ffa766db782.tar.bz2 forums-13ecddf85bce88cb0b99684040578ffa766db782.tar.xz forums-13ecddf85bce88cb0b99684040578ffa766db782.zip |
[ticket/11366] Add recheck-all link
PHPBB3-11366
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index e0d432ccd3..d77c7690f7 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -11,7 +11,7 @@ <thead> <tr> <th>{L_EXTENSION_NAME}</th> - <th width="20%">{L_CURRENT_VERSION}</th> + <th width="20%">{L_CURRENT_VERSION} [ <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> ]</th> <th width="10%">{L_EXTENSION_OPTIONS}</th> <th width="25%">{L_EXTENSION_ACTIONS}</th> </tr> |