1
0
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:
metal_gvc
2014-01-23 00:27:33 +02:00
parent 474fddd803
commit 03045d03ae
4 changed files with 46 additions and 14 deletions

View File

@@ -135,12 +135,12 @@
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal">&times;</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">