diff options
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 479058fd9b..6514372894 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -145,7 +145,7 @@ <td style="width: 5%;">{modules.MODULE_IMAGE}</td> <td><a href="{modules.U_MODULE}">{modules.MODULE_TITLE}</a><!-- IF not modules.MODULE_DISPLAYED --> <span class="small">[{L_HIDDEN_MODULE}]</span><!-- ENDIF --></td> <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 style="width:80px; white-space: nowrap; text-align: right; vertical-align: middle;"> + <td style="width:90px; white-space: nowrap; text-align: right; vertical-align: middle;"> <!-- IF modules.S_FIRST_ROW && not modules.S_LAST_ROW --> {ICON_MOVE_UP_DISABLED} <a href="{modules.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> |