Project

General

Profile

« Previous | Next » 

Revision 1131

Added by Matthias almost 15 years ago

Changed FCKEditor to not show index.php files in browse media window (ticket #774) (Thanks to BerndJM)

View differences:

frmresourceslist.html
147 147
		var oFileUrlAtt = oNodes[j].attributes.getNamedItem('url') ;
148 148
		var sFileUrl = oFileUrlAtt != null ? oFileUrlAtt.value : sCurrentFolderUrl + sFileName ;
149 149

  
150
		oHtml.Append( oListManager.GetFileRowHtml( sFileName, sFileUrl, sFileSize ) ) ;
150
		// hide index.php in browse media - added for Website Baker
151
		if (sFileName != "index.php") 
152
		{
153
			oHtml.Append( oListManager.GetFileRowHtml( sFileName, sFileUrl, sFileSize ) ) ;
154
		}
151 155
	}
152 156

  
153 157
	oHtml.Append( '<\/table>' ) ;

Also available in: Unified diff