Merge pull request #748 from singlebrook/upload_instructions
Add some instructions to upload dialog
This commit is contained in:
@@ -102,6 +102,10 @@
|
|||||||
html += '<input type=file name="' + name + '">';
|
html += '<input type=file name="' + name + '">';
|
||||||
html += '</form>';
|
html += '</form>';
|
||||||
|
|
||||||
|
if( fieldAttributes.context ){
|
||||||
|
html += '<span class="context">' + fieldAttributes.context + '</span>';
|
||||||
|
}
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -154,7 +154,8 @@ $(document).ready(function() {
|
|||||||
title: 'Upload File',
|
title: 'Upload File',
|
||||||
fields: [
|
fields: [
|
||||||
{
|
{
|
||||||
type: 'file'
|
type: 'file',
|
||||||
|
context: 'Your uploaded file will be accessible at /uploads/[filename]'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
OK: function( res ) {
|
OK: function( res ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user