Index: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/frmresourceslist.html =================================================================== diff -u -N -r4978 -r4979 --- trunk/admin/editor/cmseditor/editor/filemanager/browser/default/frmresourceslist.html (.../frmresourceslist.html) (revision 4978) +++ trunk/admin/editor/cmseditor/editor/filemanager/browser/default/frmresourceslist.html (.../frmresourceslist.html) (revision 4979) @@ -94,11 +94,12 @@ oCell.noWrap = true ; oCell.align = 'right' ; oCell.innerHTML = ' ' + fileSize + ' KB' ; - //Add the file date cell. + oCell = oRow.insertCell(-1) ; oCell.width = 10; oCell.noWrap = true ; oCell.innerHTML = " " ; + //Add the file date cell. oCell = oRow.insertCell(-1) ; oCell.width = 120; oCell.noWrap = true ; @@ -419,8 +420,7 @@ - - + 111