Project

General

Profile

« Previous | Next » 

Revision 1168

Added by Dietmar over 14 years ago

security update FCKeditor (thanks to Ruebenwurzel)

View differences:

frmresourcetype.html
43 43

  
44 44
window.onload = function()
45 45
{
46
	/* HIDE RESOURCE TYPES - NOT USED WITHIN WEBSITE BAKER
46 47
	var oCombo = document.getElementById('cmbType') ;
47 48
	oCombo.innerHTML = '' ;
48 49
	for ( var i = 0 ; i < aTypes.length ; i++ )
......
50 51
		if ( oConnector.ShowAllTypes || aTypes[i][0] == oConnector.ResourceType )
51 52
			AddSelectOption( oCombo, aTypes[i][1], aTypes[i][0] ) ;
52 53
	}
54
	*/
53 55
}
54 56

  
55 57
		</script>
56 58
	</head>
57 59
	<body>
60
		<!-- HIDE RESOURCE TYPES - NOT USED IN WEBSITE BAKER 	
58 61
		<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
59 62
			<tr>
60 63
				<td nowrap>
......
65 68
				</td>
66 69
			</tr>
67 70
		</table>
71
		-->
68 72
	</body>
69 73
</html>

Also available in: Unified diff