diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-08-30 12:21:31 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-08-30 12:21:31 +0000 |
commit | 12b9f0b8422c829563d836d2ba5a152942774ea4 (patch) | |
tree | ce1b8e2fe4171b331c8cc07b4a3c5664ffb7fc49 /phpBB/styles/subSilver/template/mcp_move.html | |
parent | 311cc6c3f0e0acdf726edcd2ac403058d0b88d19 (diff) | |
download | forums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar forums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar.gz forums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar.bz2 forums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar.xz forums-12b9f0b8422c829563d836d2ba5a152942774ea4.zip |
enable globalising within posting screen
not sure about forum statistics updates at the moment.
git-svn-id: file:///svn/phpbb/trunk@4460 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_move.html')
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_move.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_move.html b/phpBB/styles/subSilver/template/mcp_move.html index d7e20a756d..876f061fea 100644 --- a/phpBB/styles/subSilver/template/mcp_move.html +++ b/phpBB/styles/subSilver/template/mcp_move.html @@ -1,15 +1,15 @@ <!-- $Id$ --> <!-- INCLUDE overall_header.html --> -<form action="{S_MCP_ACTION}" name="main" method="post">{S_HIDDEN_FIELDS}<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> +<form action="{S_MCP_ACTION}" name="main" method="post">{S_HIDDEN_FIELDS}<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> + <td align="left" class="nav"><a href="{U_INDEX}">{L_INDEX}</a></td> </tr> </table> -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="tablebg"> +<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> - <th height="28"><b>{L_MODE_TITLE}</b></th> + <th height="28" valign="middle">{L_MODE_TITLE}</th> </tr> <tr> <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="1"> |