diff options
Diffstat (limited to 'phpBB/styles/templates/subSilver/confirm_body.html')
-rw-r--r-- | phpBB/styles/templates/subSilver/confirm_body.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/phpBB/styles/templates/subSilver/confirm_body.html b/phpBB/styles/templates/subSilver/confirm_body.html deleted file mode 100644 index 0f6b1f6042..0000000000 --- a/phpBB/styles/templates/subSilver/confirm_body.html +++ /dev/null @@ -1,18 +0,0 @@ -<!-- INCLUDE overall_header.html --> - -<form action="{S_CONFIRM_ACTION}" method="post"><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td class="nav" align="left"><a href="{U_INDEX}">{L_INDEX}</a></td> - </tr> -</table> - -<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center"> - <tr> - <th height="28" valign="middle">{MESSAGE_TITLE}</th> - </tr> - <tr> - <td class="row1" align="center"><span class="gen"><br /><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td> - </tr> -</table></form> - -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |