diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/html_header.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index 7964488d6..c40c35bca 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -68,6 +68,10 @@ include(FCPATH."application/views/header.php"); ?> </table> </div> <div class="modal-footer"> + <?php echo form_open("file/do_delete/", array("style" => "display: inline")); ?> + <input type="hidden" name="ids[<?php echo $id; ?>]" value="<?php echo $id; ?>"> + <button class="btn btn-danger pull-left" aria-hidden="true">Delete</button> + </form> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> </div> </div> |