diff options
Diffstat (limited to 'phpBB/adm/style/acp_icons.html')
-rw-r--r-- | phpBB/adm/style/acp_icons.html | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index 0518a03ec3..3a95e5ebf7 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -122,11 +122,13 @@ <!-- ENDIF --> <form id="acp_icons" method="post" action="{U_ACTION}"> - <fieldset class="tabulated"> - <legend>{L_TITLE}<legend> <div style="text-align: right;"><a href="{U_IMPORT}">{L_IMPORT}</a> | <a href="{U_EXPORT}">{L_EXPORT}</a></div> + <fieldset class="tabulated"> + + <legend>{L_TITLE}</legend> + <table cellspacing="1"> <thead> <tr> @@ -151,19 +153,10 @@ <td style="text-align: center;">{items.CODE}</td> <td style="text-align: center;">{items.EMOTION}</td> <!-- 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 style="text-align: right; white-space: nowrap;"> + <!-- IF items.S_FIRST_ROW -->{ICON_MOVE_UP_DISABLED}<!-- ELSE --><a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a><!-- ENDIF --> + <!-- IF items.S_LAST_ROW -->{ICON_MOVE_DOWN_DISABLED}<!-- ELSE --><a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a><!-- ENDIF --> + <a href="{items.U_EDIT}">{ICON_EDIT}</a> <a href="{items.U_DELETE}">{ICON_DELETE}</a> </td> </tr> <!-- END items --> |