20 lines
801 B
PHP
20 lines
801 B
PHP
<h2>Administrate FTI: Links and Number</h2>
|
|
<p>
|
|
Please decide if you really want to delete this links and numbers item below.
|
|
</p>
|
|
<div class='admin_summary_box'>
|
|
<h3>Delete Links and Numbers Item</h3>
|
|
<p>
|
|
Do you really want to delete the links and numbers item
|
|
"<?php echo $this->data['item']->title ?>"?
|
|
</p>
|
|
<form action="linksandnumbers.php" method="post" id='linksandnumbers_form' accept-charset="utf-8">
|
|
<input type="hidden" name="do" value="reallydelete" id="do"/>
|
|
<input type="hidden" name="id" value="<?php echo $this->data['item']['id'] ?>" id="id"/>
|
|
<p>
|
|
<input type="submit" value="Delete news item">
|
|
<a href='linksandnumbers.php' title="Don't delete links and numbers item">No, return to links and numbers items list</a>
|
|
</p>
|
|
</form>
|
|
</div>
|