For those who want to have an simple preview-option in the file-browser replace line number 85 in the frmresourceslist.html file with the following:
oCell.innerHTML = ' ' + fileSize + ' KB <a target="_blank" href="' + fileUrl + '">Preview</a>' ;
Have fun
Greets
lupoli
oCell.innerHTML = ' ' + fileSize + ' KB <a target="_blank" href="' + fileUrl + '">Preview</a>' ;
Have fun
Greets
lupoli