mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11366] Move the links to the top of the page
PHPBB3-11366
This commit is contained in:
parent
edc3b3fb75
commit
9cbec4deb2
1 changed files with 5 additions and 5 deletions
|
@ -27,6 +27,11 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<fieldset class="quick">
|
||||||
|
<p class="small"><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> • <a href="javascript:phpbb.toggleDisplay('version_check_settings');">{L_SETTINGS}</a></p>
|
||||||
|
{S_FORM_TOKEN}
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
<table class="table1">
|
<table class="table1">
|
||||||
<col class="row1" ><col class="row1" ><col class="row2" ><col class="row2" >
|
<col class="row1" ><col class="row1" ><col class="row2" ><col class="row2" >
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -92,11 +97,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<fieldset class="quick">
|
|
||||||
<p class="small"><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE_ALL}</a> • <a onclick="phpbb.toggleDisplay('version_check_settings');">{L_SETTINGS}</a></p>
|
|
||||||
{S_FORM_TOKEN}
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
<table class="table1">
|
<table class="table1">
|
||||||
<tr>
|
<tr>
|
||||||
<th>{L_EXTENSION_UPDATE_HEADLINE}</th>
|
<th>{L_EXTENSION_UPDATE_HEADLINE}</th>
|
||||||
|
|
Loading…
Add table
Reference in a new issue