GCDWebUploader: disable some feature
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
"PROLOGUE" = "<p>Drag & drop files on this window or use the \"Upload Files…\" button to upload new files.</p>";
|
||||
"PROLOGUE" = "<p>Drag & drop files on this window or use the \"Import Files…\" button to import new files.</p>";
|
||||
"EPILOGUE" = "";
|
||||
"FOOTER_FORMAT" = "%@ %@";
|
||||
|
||||
@ -66,12 +66,12 @@
|
||||
|
||||
<div class="btn-toolbar">
|
||||
<button type="button" class="btn btn-primary fileinput-button" id="upload-file">
|
||||
<span class="glyphicon glyphicon-upload"></span> Upload Files…
|
||||
<span class="glyphicon glyphicon-upload"></span> Import Files…
|
||||
<input id="fileupload" type="file" name="files[]" multiple>
|
||||
</button>
|
||||
<button type="button" class="btn btn-success" id="create-folder">
|
||||
<span class="glyphicon glyphicon-folder-close"></span> Create Folder…
|
||||
</button>
|
||||
<!-- <button type="button" class="btn btn-success" id="create-folder">-->
|
||||
<!-- <span class="glyphicon glyphicon-folder-close"></span> Create Folder…-->
|
||||
<!-- </button>-->
|
||||
<button type="button" class="btn btn-default" id="reload">
|
||||
<span class="glyphicon glyphicon-refresh"></span> Refresh
|
||||
</button>
|
||||
@ -156,16 +156,16 @@
|
||||
<p>{%=formatFileSize(o.size)%}</p>
|
||||
{% } %}
|
||||
</td>
|
||||
<td class="column-move">
|
||||
<button type="button" class="btn btn-default btn-xs button-move">
|
||||
<span class="glyphicon glyphicon glyphicon-share-alt"></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="column-delete">
|
||||
<button type="button" class="btn btn-danger btn-xs button-delete">
|
||||
<span class="glyphicon glyphicon-trash"></span>
|
||||
</button>
|
||||
</td>
|
||||
<!-- <td class="column-move">-->
|
||||
<!-- <button type="button" class="btn btn-default btn-xs button-move">-->
|
||||
<!-- <span class="glyphicon glyphicon glyphicon-share-alt"></span>-->
|
||||
<!-- </button>-->
|
||||
<!-- </td>-->
|
||||
<!-- <td class="column-delete">-->
|
||||
<!-- <button type="button" class="btn btn-danger btn-xs button-delete">-->
|
||||
<!-- <span class="glyphicon glyphicon-trash"></span>-->
|
||||
<!-- </button>-->
|
||||
<!-- </td>-->
|
||||
</tr>
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user