diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-08 23:13:15 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:47:36 +0200 |
commit | 3f01ddce9dff69a49493541882de85854cbcebe5 (patch) | |
tree | 13c23f0a6893970ca71fbbfe763c3c696c8a0a4b /application/views/file/delete_form.php | |
parent | b18f4e453ecdf3404a107f9fc72d7bd9249401d0 (diff) |
start working on users
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/delete_form.php')
-rw-r--r-- | application/views/file/delete_form.php | 8 |
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> |