mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-11 07:34:36 +02:00
Files Manager Improvements - Drug'n'Drop uploader - error handler updates #94
This commit is contained in:
@@ -135,12 +135,12 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<a class="close" data-dismiss="modal">×</a>
|
||||
<h4 class="modal-title" id="myModalLabel">Create New File</h4>
|
||||
<h4 class="modal-title">Create New File</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form role="form">
|
||||
<label for="directoryName">File Name</label>
|
||||
<input type="text" class="form-control" id="directoryName">
|
||||
<label for="cdDirectoryName">File Name</label>
|
||||
<input type="text" class="form-control" id="cdDirectoryName">
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
Reference in New Issue
Block a user