Renamed to properties.php & css

This commit is contained in:
Matt Pass
2012-10-09 07:57:28 +01:00
parent 2a93778df7
commit 642db4c5b9
3 changed files with 2 additions and 2 deletions

View File

@@ -1231,7 +1231,7 @@ var ICEcoder = {
// Show the properties screen
propertiesScreen: function(fileName) {
top.document.getElementById('mediaContainer').innerHTML = '<iframe src="lib/file-folder-properties.php?fileName='+fileName.replace(/\//g,"|")+'" class="whiteGlow" style="width: 660px; height: 330px"></iframe>';
top.document.getElementById('mediaContainer').innerHTML = '<iframe src="lib/properties.php?fileName='+fileName.replace(/\//g,"|")+'" class="whiteGlow" style="width: 660px; height: 330px"></iframe>';
top.ICEcoder.showHide('show',top.document.getElementById('blackMask'));
},