diff --git a/plugins/box/filesmanager/views/backend/index.view.php b/plugins/box/filesmanager/views/backend/index.view.php index 98b9b63..47965a9 100755 --- a/plugins/box/filesmanager/views/backend/index.view.php +++ b/plugins/box/filesmanager/views/backend/index.view.php @@ -2,27 +2,35 @@
+
'multipart/form-data')). + Form::open(null, array('enctype' => 'multipart/form-data', 'class' => 'form-inline')). Form::hidden('csrf', Security::token()) ); - ?> + ?> +
- + + 'btn btn-primary')). + Form::close() + ) + ?> ×
- 'btn')). - Form::close() - ) - ?> +
+
+ +
+
+
- + + @@ -95,7 +104,7 @@
'btn btn-small', 'onclick' => "return confirmDelete('".__('Delete file: :file', 'filesmanager', array(':file' => $file))."')")); + array('class' => 'btn btn-danger', 'onclick' => "return confirmDelete('".__('Delete file: :file', 'filesmanager', array(':file' => $file))."')")); ?>