Better file upload handling, add touch target

This commit is contained in:
Dane Everitt 2017-01-19 22:58:58 -05:00
parent 6149400ced
commit da92796ca1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 28 additions and 18 deletions

View file

@ -24,7 +24,11 @@
<th style="width:55%">@lang('server.files.file_name')</th>
<th style="width:15%">@lang('server.files.size')</th>
<th style="width:20%">@lang('server.files.last_modified')</th>
<th style="width:8%"></th>
<th style="width:8%">
<label class="btn btn-primary btn-xs btn-file">
Upload <input type="file" id="files_touch_target" style="display: none;"/>
</label>
</th>
</tr>
<tr id="headerTableRow" data-currentdir="{{ $directory['header'] }}">
<th><i class="fa fa-folder-open"></i></th>