diff options
Diffstat (limited to 'view/tpl/cloud_actionspanel.tpl')
-rw-r--r-- | view/tpl/cloud_actionspanel.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 0e621e9db..da708a98c 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -8,9 +8,10 @@ <div class="clear"></div> </div> <div id="files-upload-tools" class="section-content-tools-wrapper form-group"> + <label for="files-upload">{{$upload_header}}</label> <form method="post" action="" enctype="multipart/form-data"> <input type="hidden" name="sabreAction" value="put"> - <input class="pull-left" id="files-upload" type="file" name="file"> + <input class="form-group" id="files-upload" type="file" name="file"> <button class="btn btn-primary btn-sm pull-right" type="submit" value="{{$upload_submit}}">{{$upload_submit}}</button> <!-- Name (optional): <input type="text" name="name"> we should rather provide a rename action in edit form--> </form> |