diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/upload_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php index 1e7ecfa62..9cc6a2815 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -1,6 +1,6 @@ <?php include 'nav_history.php'; ?> <?php echo form_open("file/do_delete") ?> - <div class="table-responsive"> + <div class="table-responsive" data-toggle="checkboxes" data-range="true"> <table id="upload_history" class="table table-striped tablesorter {sortlist: [[4,1]]}"> <thead> <tr> |