dnd-upload-standard-upload.tpl.php in Drag & Drop Upload 7
Template file for a wrapper theme function of the file upload element.
See also
dragndrop_upload_widget_pre_render()
File
modules/dragndrop_upload_element/templates/dnd-upload-standard-upload.tpl.phpView source
<?php
/**
* @file
* Template file for a wrapper theme function of the file upload element.
*
* @see dragndrop_upload_widget_pre_render()
*/
?>
<div class="droppable-standard-upload-hidden">
<?php
print render($element['#children']);
?>
</div>