Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

deleteissue.php 595B

123456789101112
  1. <div class="block">
  2. <h2>Delete Issue :: Confirmation</h2>
  3. <table class="innerblock righthead bottomdiv">
  4. <tr><th>Title</th><td><?php echo $viewIssueData['i_title']; ?></td></tr>
  5. <tr><th># Replies</th><td><?php echo $viewIssueRepliesData['0']; ?></td></tr>
  6. <tr><th># Changes</th><td><?php echo $viewIssueChangesData['0']; ?></td></tr>
  7. </table>
  8. <div class="innerblock">
  9. Are you sure you want to delete issue #<?php echo $viewIssueData['i_id']; ?>?
  10. <form action="<?php $_SERVER['REQUEST_URI']; ?>" method="post"><input type="submit" name="confirm" value="Yes" /></form>
  11. </div>
  12. </div>