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_bbcodes.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_bbcodes.html')
| -rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 162ee18c35..c1eb7e2193 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -96,7 +96,7 @@ <!-- BEGIN bbcodes --> <!-- IF bbcodes.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> <td style="text-align: center;">{bbcodes.BBCODE_TAG}</td> - <td style="text-align: center;"><a href="{bbcodes.U_EDIT}">{ICON_EDIT}</a> <a href="{bbcodes.U_DELETE}">{ICON_DELETE}</a></td> + <td style="text-align: right; width: 40px;"><a href="{bbcodes.U_EDIT}">{ICON_EDIT}</a> <a href="{bbcodes.U_DELETE}">{ICON_DELETE}</a></td> </tr> <!-- END bbcodes --> </tbody> |
