16 lines
544 B
PHP
16 lines
544 B
PHP
<h2>Administrate FTI: Passports</h2>
|
|
<p>
|
|
Are you sure you want to delete passport information for
|
|
<?php echo $this->data['passport']->name ?>?
|
|
</p>
|
|
<p>
|
|
<form action="passports.php" method="post" accept-charset="utf-8">
|
|
<input type="hidden" name="id" value="<?php echo $this->data['passport']['id'] ?>" id="id"/>
|
|
<input type="hidden" name="do" value="reallydelete" id="do"/>
|
|
<p>
|
|
<input type="submit" value="Yes, delete info"/>
|
|
No, return to <a href='/admin/passports.php'>passport list</a>.
|
|
</p>
|
|
</form>
|
|
</p>
|