Initial commit
This commit is contained in:
15
site/en/admin/passports.delete.php
Normal file
15
site/en/admin/passports.delete.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user