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 54324d5b3..694b44fbc 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -35,7 +35,7 @@ </table> </div> <input class="btn btn-danger" type="submit" value="Delete checked" name="process"> - <button class="add_multipaste btn btn-primary">Add checked to multipaste queue</button> + <button class="btn btn-primary" name="process" value="multipaste">Add checked to multipaste queue</button> </form> <p>Total sum of your distinct uploads: <?php echo $total_size; ?>.</p> |