MyBB Community Forums

Full Version: modcp_announcements_delete
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In this template there are 2 closing form tags, i only see one form being opened, so is the 2nd one redundant?


<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->delete_announcement}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="modcp.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="action" value="do_delete_announcement" />
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$announcement['subject']} - {$lang->delete_announcement}</strong></td>
</tr>
<tr>
<td class="trow1" colspan="2" align="center">{$lang->confirm_delete_announcement}</td>
</tr>
</table>
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_announcement}" /></div>
<input type="hidden" name="aid" value="{$aid}" />
</form>
</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2469

Thanks for contributing to MyBB!

Regards,
The MyBB Group