mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Filesmanager: fixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
Form::open(null, array('enctype' => 'multipart/form-data')).
|
||||
Form::hidden('csrf', Security::token()).
|
||||
Form::input('file', null, array('type' => 'file', 'size' => '25')).Html::br().
|
||||
Form::submit('upload_file', __('Upload', 'filesmanager'), array('class' => 'btn default btn-small')).
|
||||
Form::submit('upload_file', __('Upload', 'filesmanager'), array('class' => 'btn')).
|
||||
Form::close()
|
||||
)
|
||||
?>
|
||||
|
Reference in New Issue
Block a user