diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-08-30 19:47:36 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-08-30 19:47:36 +0000 |
| commit | 4354729066572898465d3e6a9b4cc5f47ff4e927 (patch) | |
| tree | 6fd0350e8cd716def49f71d410b643f8f0e2e873 /phpBB/adm/style/acp_icons.html | |
| parent | 996d946148e8d25c646dfc8380e0373e85aac2e7 (diff) | |
| download | forums-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_icons.html')
| -rw-r--r-- | phpBB/adm/style/acp_icons.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index ca4c39004a..e9d2e4823f 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -144,9 +144,17 @@ <td style="text-align: center;">{items.CODE}</td> <td style="text-align: center;">{items.EMOTION}</td> <!-- ENDIF --> - <td style="width: 15%; text-align: right; white-space: nowrap;"> - <!-- IF not items.S_FIRST_ROW --><a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a> <!-- ENDIF --> - <!-- IF not items.S_LAST_ROW --><a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> <!-- ENDIF --> + <td style="width: 80px; text-align: right; white-space: nowrap;"> + <!-- IF items.S_FIRST_ROW && not items.S_LAST_ROW --> + {ICON_MOVE_UP_DISABLED} + <a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> + <!-- ELSEIF not items.S_FIRST_ROW && not items.S_LAST_ROW--> + <a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a> + <a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a> + <!-- ELSEIF items.S_LAST_ROW && not items.S_FIRST_ROW --> + <a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a> + {ICON_MOVE_DOWN_DISABLED} + <!-- ENDIF --> <a href="{items.U_EDIT}">{ICON_EDIT}</a> <a href="{items.U_DELETE}">{ICON_DELETE}</a> </td> |
