aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_modules.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-08-30 19:47:36 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-08-30 19:47:36 +0000
commit4354729066572898465d3e6a9b4cc5f47ff4e927 (patch)
tree6fd0350e8cd716def49f71d410b643f8f0e2e873 /phpBB/adm/style/acp_modules.html
parent996d946148e8d25c646dfc8380e0373e85aac2e7 (diff)
downloadforums-4354729066572898465d3e6a9b4cc5f47ff4e927.tar
forums-4354729066572898465d3e6a9b4cc5f47ff4e927.tar.gz
forums-4354729066572898465d3e6a9b4cc5f47ff4e927.tar.bz2
forums-4354729066572898465d3e6a9b4cc5f47ff4e927.tar.xz
forums-4354729066572898465d3e6a9b4cc5f47ff4e927.zip
Some interface work on the ACP:
- #3774 and more git-svn-id: file:///svn/phpbb/trunk@6338 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
-rw-r--r--phpBB/adm/style/acp_modules.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html
index 3f27c94be3..479058fd9b 100644
--- a/phpBB/adm/style/acp_modules.html
+++ b/phpBB/adm/style/acp_modules.html
@@ -143,11 +143,22 @@
<!-- BEGIN modules -->
<tr>
<td style="width: 5%;">{modules.MODULE_IMAGE}</td>
- <td style="width: 50%;"><a href="{modules.U_MODULE}">{modules.MODULE_TITLE}</a><!-- IF not modules.MODULE_DISPLAYED --> <span class="small">[{L_HIDDEN_MODULE}]</span><!-- ENDIF --></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;">&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 style="width: 20%; white-space: nowrap; text-align: center; vertical-align: middle;">
- <!-- IF not modules.S_FIRST_ROW --><a href="{modules.U_MOVE_UP}">{ICON_MOVE_UP}</a> <!-- ENDIF -->
- <!-- IF not modules.S_LAST_ROW --><a href="{modules.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> <!-- ENDIF -->
+ <td style="width:80px; 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>
+ <!-- ELSEIF not modules.S_FIRST_ROW && not modules.S_LAST_ROW-->
+ <a href="{modules.U_MOVE_UP}">{ICON_MOVE_UP}</a>
+ <a href="{modules.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
+ <!-- ELSEIF modules.S_LAST_ROW && not modules.S_FIRST_ROW -->
+ <a href="{modules.U_MOVE_UP}">{ICON_MOVE_UP}</a>
+ {ICON_MOVE_DOWN_DISABLED}
+ <!-- ELSE -->
+ {ICON_MOVE_UP_DISABLED}
+ {ICON_MOVE_DOWN_DISABLED}
+ <!-- ENDIF -->
<a href="{modules.U_EDIT}">{ICON_EDIT}</a>
<a href="{modules.U_DELETE}">{ICON_DELETE}</a>
</td>