diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-07-05 18:57:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-10 08:51:43 +0200 |
commit | 3a865d90a6dc1493c06ab5cb500d63836b7c8c9b (patch) | |
tree | b0cc51aaa5b4d68f9d82d391debfdd9dfc7a2924 /application/views/file/nav_history.php | |
parent | 2df7dacc1056a78c1505b54f67b79316fda6383d (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/nav_history.php')
-rw-r--r-- | application/views/file/nav_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/nav_history.php b/application/views/file/nav_history.php index bbb695fd6..1a3e55c0b 100644 --- a/application/views/file/nav_history.php +++ b/application/views/file/nav_history.php @@ -1,4 +1,4 @@ -<ul class="nav nav-tabs nav-history"> +<ul class="nav nav-tabs"> <?php $nav = array( "List" => "file/upload_history", |