1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Filesmanager: fixes

This commit is contained in:
Awilum
2012-12-06 23:14:04 +02:00
parent 440d71e1d4
commit 4b78ed1e8c

View File

@@ -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()
)
?>