mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/11366] Move "recheck all" link
PHPBB3-11366
This commit is contained in:
parent
8dc10d6971
commit
b4dec33581
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue