<title>folder contents macros</title>
</head>
- <body i18n:domain="cmf_default" metal:define-macro="FolderListing"
+ <body i18n:domain="plinn" metal:define-macro="FolderListing"
tal:define="batch_dict options/batch;
batch batch_dict/batch_obj;
listColumnInfos batch_dict/listColumnInfos;
<span metal:use-macro="here/batch_macros/macros/navigation">batch navigation</span>
</div>
<script type="text/javascript">
+ <!--
(function(){
// ordering / selecting
var firsItemPosElement = document.getElementById('FirstItemPos');
}
}());
+ // -->
</script>
<script type="text/javascript" tal:condition="options/form/items_add_allowed">
(function(){
// upload by drag and drop
var uploadUrl = absolute_url() + '/put_upload';
- new DDFolderUploader(document.getElementById('ForematterCell'), uploadUrl, document.getElementById("FolderListingBody"));
+ new DDFolderUploader(document.getElementById('Desktop'), uploadUrl, document.getElementById("FolderListingBody"));
}());
</script>
</body>