diff --git a/plugins/box/filesmanager/views/backend/index.view.php b/plugins/box/filesmanager/views/backend/index.view.php index 1bc12ff..4eb3f9d 100755 --- a/plugins/box/filesmanager/views/backend/index.view.php +++ b/plugins/box/filesmanager/views/backend/index.view.php @@ -5,8 +5,16 @@ 'multipart/form-data')). - Form::hidden('csrf', Security::token()). - Form::input('file', null, array('type' => 'file', 'size' => '25')).Html::br(). + Form::hidden('csrf', Security::token()) + ); + ?> +
+ Select fileChange + + × +
+ 'btn')). Form::close() )