From cd160deff0b34dd781d60752d0b71bfd4843b9c7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 30 Jun 2013 16:25:36 +0300 Subject: [PATCH] Files Manager: jasny bootstrap-fileupload - added. #89 --- .../box/filesmanager/views/backend/index.view.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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() )