2015-08-23 22:38:18 +02:00
|
|
|
<div id="files-mkdir-tools" class="section-content-tools-wrapper form-group">
|
|
|
|
<label for="files-mkdir">{{$folder_header}}</label>
|
|
|
|
<form method="post" action="">
|
|
|
|
<input type="hidden" name="sabreAction" value="mkcol">
|
|
|
|
<input id="files-mkdir" type="text" name="name" class="form-control form-group">
|
|
|
|
<button class="btn btn-primary btn-sm pull-right" type="submit" value="{{$folder_submit}}">{{$folder_submit}}</button>
|
|
|
|
</form>
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|
|
|
|
<div id="files-upload-tools" class="section-content-tools-wrapper form-group">
|
2015-10-24 13:04:14 +02:00
|
|
|
{{if $quota.limit || $quota.used}}<div class="{{if $quota.warning}}section-content-danger-wrapper{{else}}section-content-info-wrapper{{/if}}">{{if $quota.warning}}<strong>{{$quota.warning}} </strong>{{/if}}{{$quota.desc}}</div>{{/if}}
|
2015-08-23 22:38:18 +02:00
|
|
|
<label for="files-upload">{{$upload_header}}</label>
|
|
|
|
<form method="post" action="" enctype="multipart/form-data">
|
|
|
|
<input type="hidden" name="sabreAction" value="put">
|
|
|
|
<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>
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|