The actual upload control in the letterbox addon is not displaying next to its 'File:' label.
All other configurable options are displaying OK (Title, Author, Remarks etc), but am not able to browse for file upload.
Did I miss something please?
Am running this on DNN version 05.01.03 / DMX v5.2.11 - Letterbox v1.1.2
For your info, I am getting the following error on the page (shown in Firefox Error Console)
Error: document.getElementById("_tsUpload") is null
....where the error link points to the following section of script:
"text/javascript" (opening tag)
<!--
function ensureChecked(source, args) {
var cb = document.getElementById('dnn_ctr564_LetterBox_chkAgreement');
if (cb.checked == true) { args.IsValid = true; } else { args.IsValid = false; }
}
document.getElementById('_tsUpload').style.display = 'none';
-->
(closing tag)
Any ideas?
Thanks