summaryrefslogtreecommitdiffstats
path: root/application/views/file/upload_history.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-07-05 18:57:37 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-07-10 08:51:43 +0200
commit3a865d90a6dc1493c06ab5cb500d63836b7c8c9b (patch)
treeb0cc51aaa5b4d68f9d82d391debfdd9dfc7a2924 /application/views/file/upload_history.php
parent2df7dacc1056a78c1505b54f67b79316fda6383d (diff)
Make delete button fixed on upload history page
Also make the navigation fixed because otherwise this looks hideous and the space is already occupied anyway. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/upload_history.php')
-rw-r--r--application/views/file/upload_history.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php
index 060cd25c3..253c0aa9e 100644
--- a/application/views/file/upload_history.php
+++ b/application/views/file/upload_history.php
@@ -1,5 +1,10 @@
-<?php include 'nav_history.php'; ?>
<?php echo form_open("file/do_delete") ?>
+ <div class="nav-history">
+ <div class="container">
+ <input class="btn btn-danger pull-right" type="submit" value="Delete checked" name="process">
+ <?php include 'nav_history.php'; ?>
+ </div>
+ </div>
<div class="table-responsive">
<table id="upload_history" class="table table-striped tablesorter {sortlist: [[4,1]]}">
<thead>