diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-25 11:56:09 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-11-25 11:56:09 -0800 |
commit | 95e380ec189d7525694b779399005b9bcc96a98b (patch) | |
tree | 3838e49c38c2b75cfd926cca4c6d3ed597835cca /phpBB/adm/style/acp_modules.html | |
parent | 0d0b2627f723c3003af0ea301511a972008e7734 (diff) | |
download | forums-95e380ec189d7525694b779399005b9bcc96a98b.tar forums-95e380ec189d7525694b779399005b9bcc96a98b.tar.gz forums-95e380ec189d7525694b779399005b9bcc96a98b.tar.bz2 forums-95e380ec189d7525694b779399005b9bcc96a98b.tar.xz forums-95e380ec189d7525694b779399005b9bcc96a98b.zip |
[ticket/12036] Re-add missing move up button to module management page.
PHPBB3-12036
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
-rw-r--r-- | phpBB/adm/style/acp_modules.html | 2 |
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;"> <!-- IF modules.MODULE_ENABLED --><a href="{modules.U_DISABLE}">{L_DISABLE}</a><!-- ELSE --><a href="{modules.U_ENABLE}">{L_ENABLE}</a><!-- ENDIF --> </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> |