aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-26 14:52:32 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-26 14:52:32 +0100
commit125e76f9aa83141534387a965e8373c9b9cd5c4d (patch)
tree5bcef340b10272aa64bfdc7c9555fcaef23ea2ec
parentc49e7387d69b23e07c4ba9f35ffebce78a2cb09c (diff)
parent95e380ec189d7525694b779399005b9bcc96a98b (diff)
downloadforums-125e76f9aa83141534387a965e8373c9b9cd5c4d.tar
forums-125e76f9aa83141534387a965e8373c9b9cd5c4d.tar.gz
forums-125e76f9aa83141534387a965e8373c9b9cd5c4d.tar.bz2
forums-125e76f9aa83141534387a965e8373c9b9cd5c4d.tar.xz
forums-125e76f9aa83141534387a965e8373c9b9cd5c4d.zip
Merge remote-tracking branch 'prototech/ticket/12036' into develop
* prototech/ticket/12036: [ticket/12036] Re-add missing move up button to module management page.
-rw-r--r--phpBB/adm/style/acp_modules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html
index 8870c815af..5024a950b9 100644
--- a/phpBB/adm/style/acp_modules.html
+++ b/phpBB/adm/style/acp_modules.html
@@ -151,7 +151,7 @@
<td style="width: 15%; white-space: nowrap; text-align: center; vertical-align: middle;">&nbsp;<!-- IF modules.MODULE_ENABLED --><a href="{modules.U_DISABLE}">{L_DISABLE}</a><!-- ELSE --><a href="{modules.U_ENABLE}">{L_ENABLE}</a><!-- ENDIF -->&nbsp;</td>
<td class="actions">
<span class="up-disabled" style="display:none;">{ICON_MOVE_UP_DISABLED}</span>
- <span class="up"><a href="{modules.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a></span>
+ <span class="up"><a href="{modules.U_MOVE_UP}">{ICON_MOVE_UP}</a></span>
<span class="down-disabled" style="display:none;">{ICON_MOVE_DOWN_DISABLED}</span>
<span class="down"><a href="{modules.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a></span>
<a href="{modules.U_EDIT}">{ICON_EDIT}</a>