diff options
Diffstat (limited to 'phpBB/templates/Euclid/modcp_move.tpl')
-rw-r--r-- | phpBB/templates/Euclid/modcp_move.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/Euclid/modcp_move.tpl b/phpBB/templates/Euclid/modcp_move.tpl index 9527fc5df8..2c895d5a85 100644 --- a/phpBB/templates/Euclid/modcp_move.tpl +++ b/phpBB/templates/Euclid/modcp_move.tpl @@ -1,12 +1,12 @@ -<form action="{S_MODCP_ACTION}" method="post"><table width="80%" cellpadding="1" cellspacing="0" border="0" align="center"> +<form action="{S_MODCP_ACTION}" method="post"><table width="80%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> - <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0"> + <td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> <th class="secondary"><b>{MESSAGE_TITLE}</b></th> </tr> <tr> - <td class="row2" align="center"><br /><span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_BOX}<br /><br />{MESSAGE_TEXT}</span><br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" /> <input type="submit" name="cancel" value="{L_NO}" /><br /><br /></td> + <td class="row2" align="center"><br /><span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_BOX}<br /><br />{MESSAGE_TEXT}</span><br /><br />{S_HIDDEN_FIELDS}<input class="mainoptiontable" type="submit" name="confirm" value="{L_YES}" /> <input class="liteoptiontable" type="submit" name="cancel" value="{L_NO}" /><br /><br /></td> </tr> </table></td> </tr> |