mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
Filesmanager: fixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
Form::open(null, array('enctype' => 'multipart/form-data')).
|
Form::open(null, array('enctype' => 'multipart/form-data')).
|
||||||
Form::hidden('csrf', Security::token()).
|
Form::hidden('csrf', Security::token()).
|
||||||
Form::input('file', null, array('type' => 'file', 'size' => '25')).Html::br().
|
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()
|
Form::close()
|
||||||
)
|
)
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user