summaryrefslogtreecommitdiffstats
path: root/application/views/file/delete_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/delete_form.php')
-rw-r--r--application/views/file/delete_form.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/application/views/file/delete_form.php b/application/views/file/delete_form.php
index f617d25c7..64e0f9cd7 100644
--- a/application/views/file/delete_form.php
+++ b/application/views/file/delete_form.php
@@ -25,13 +25,7 @@
<td class="text"><?php echo $filedata["mimetype"]; ?></td>
</tr>
<?php endif; ?>
- <tr>
- <td class="title">Password</td>
- <td class="text">
- <input type="password" name="password" size="10" />
- <input type="submit" value="Delete" name="process" />
- </td>
- </tr>
</table>
+ <input type="submit" value="Delete" name="process" />
</form>
</div>