[ticket/11366] Move "recheck all" link

PHPBB3-11366
This commit is contained in:
Tristan Darricau 2014-05-12 18:28:18 +02:00
parent 8dc10d6971
commit b4dec33581

View file

@ -32,7 +32,7 @@
<thead> <thead>
<tr> <tr>
<th>{L_EXTENSION_NAME}</th> <th>{L_EXTENSION_NAME}</th>
<th width="20%">{L_CURRENT_VERSION} [&nbsp;<a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a>&nbsp;]</th> <th width="20%">{L_CURRENT_VERSION}</th>
<th width="10%">{L_EXTENSION_OPTIONS}</th> <th width="10%">{L_EXTENSION_OPTIONS}</th>
<th width="25%">{L_EXTENSION_ACTIONS}</th> <th width="25%">{L_EXTENSION_ACTIONS}</th>
</tr> </tr>
@ -91,7 +91,11 @@
<!-- ENDIF --> <!-- ENDIF -->
</tbody> </tbody>
</table> </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"> <table class="table1">
<tr> <tr>