Subversion Repositories DevTools

Rev

Rev 5514 | Rev 5962 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5514 Rev 5837
Line 233... Line 233...
233
							   	 "pmiDestroyBom", _
233
							   	 "pmiDestroyBom", _
234
							      enumSEPARATOR_LABEL, _
234
							      enumSEPARATOR_LABEL, _
235
							   	 "pmiLockBom", _
235
							   	 "pmiLockBom", _
236
							   	 "pmiUnlockBom" )
236
							   	 "pmiUnlockBom" )
237
			
237
			
238
		  	query = GetQuery ("PopupMenuItemsList.sql")
-
 
239
		  	query = Replace ( query, "%ITEM_LIST%", Join( aOptionList, "','") )
-
 
240
			
-
 
241
			Set rsQry = OraDatabase.DbCreateDynaset( query , ORADYN_DEFAULT )
-
 
242
			
-
 
243
			'--- Render Option Menus
-
 
244
			If ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) Then
-
 
245
				
-
 
246
				With objPopupMenuTreeOptions
-
 
247
					.LoadRows rsQry.GetRows()
-
 
248
					
-
 
249
					Response.write "<a href='javascript:;' onClick=""ToggleDisplay('divTreeOption');"" title='Options...' class='body_link'><img src='icons/b_options.gif' width='12' height='10' border='0' vspace='2' hspace='4' align='absmiddle'></a>"
238
			Response.write "<a href='javascript:;' onClick=""ToggleDisplay('divTreeOption');"" title='Options...' class='body_link'><img src='icons/b_options.gif' width='12' height='10' border='0' vspace='2' hspace='4' align='absmiddle'></a>"
250
					
-
 
251
					.RenderInOrder "divTreeOption", aOptionList, objAccessControl, "pmoCreator"
239
			objPopupMenuTreeOptions.RenderInOrder "divTreeOption", aOptionList, objAccessControl, "pmoCreator"
252
				End With
-
 
253
				
-
 
254
			End If
-
 
255
			rsQry.Close
-
 
256
			
-
 
257
		  %>	  
240
		  %>	  
258
		  
241
		  
259
		  
242
		  
260
		  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
243
		  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
261
		  <tr>
244
		  <tr>