diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-12 18:28:18 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-28 22:19:05 +0200 |
commit | b4dec33581642e201d2f245e29e19c187a94a628 (patch) | |
tree | 5d8780c4195b904758e23940cdf1f43219aeb3f3 /phpBB/adm/style | |
parent | 8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb (diff) | |
download | forums-b4dec33581642e201d2f245e29e19c187a94a628.tar forums-b4dec33581642e201d2f245e29e19c187a94a628.tar.gz forums-b4dec33581642e201d2f245e29e19c187a94a628.tar.bz2 forums-b4dec33581642e201d2f245e29e19c187a94a628.tar.xz forums-b4dec33581642e201d2f245e29e19c187a94a628.zip |
[ticket/11366] Move "recheck all" link
PHPBB3-11366
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 8 |
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 372d9e8599..0b4a7d9fd2 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -32,7 +32,7 @@ <thead> <tr> <th>{L_EXTENSION_NAME}</th> - <th width="20%">{L_CURRENT_VERSION} [ <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> ]</th> + <th width="20%">{L_CURRENT_VERSION}</th> <th width="10%">{L_EXTENSION_OPTIONS}</th> <th width="25%">{L_EXTENSION_ACTIONS}</th> </tr> @@ -91,7 +91,11 @@ <!-- ENDIF --> </tbody> </table> - <br /> + + <fieldset class="quick"> + <p class="small"><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a></p> + {S_FORM_TOKEN} + </fieldset> <table class="table1"> <tr> |