diff options
Diffstat (limited to 'phpBB/templates/Euclid/confirm_body.tpl')
-rw-r--r-- | phpBB/templates/Euclid/confirm_body.tpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/templates/Euclid/confirm_body.tpl b/phpBB/templates/Euclid/confirm_body.tpl index e99585f1d9..8e384f1e15 100644 --- a/phpBB/templates/Euclid/confirm_body.tpl +++ b/phpBB/templates/Euclid/confirm_body.tpl @@ -1,12 +1,13 @@ -<form action="{S_CONFIRM_ACTION}" method="POST"><table width="80%" cellpadding="1" cellspacing="0" border="0" align="center"> + +<form action="{S_CONFIRM_ACTION}" method="post"><table width="98%" cellpadding="1" cellspacing="0" border="0" align="center"> <tr> <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> - <th class="secondary"><b>{MESSAGE_TITLE}</b></th> + <th class="secondary" height="25"><b>{MESSAGE_TITLE}</b></th> </tr> <tr> - <td class="row2" width="100%" align="center"><br /><span class="gen">{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">{MESSAGE_TEXT}</span><br /><br />{S_HIDDEN_FIELDS}<input class="liteoptiontable" type="submit" name="confirm" value="{L_YES}" /> <input class="liteoptiontable" type="submit" name="cancel" value="{L_NO}" /><br /><br /></td> </tr> </table></td> </tr> -</table> +</table></form> |