Project

General

Profile

« Previous | Next » 

Revision 1161

Added by Dietmar over 14 years ago

new update FCKeditor to Version 2.6.5 Modulversion 2.9.1

View differences:

frmresourcetype.html
43 43

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

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

Also available in: Unified diff