Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5899
Line 45... Line 45...
45
If Request("btn2") = "Hide" Then
45
If Request("btn2") = "Hide" Then
46
	' Store filter in cookie
46
	' Store filter in cookie
47
	Response.Cookies(enum_RELMGR_COOKIE_DOMAIN)(COOKIE_HIDE_DEPS_FILTER) = Request("depfilter")
47
	Response.Cookies(enum_RELMGR_COOKIE_DOMAIN)(COOKIE_HIDE_DEPS_FILTER) = Request("depfilter")
48
End If
48
End If
49
 
49
 
50
If Request("RebuidIcons") <> "" Then
50
If Request("RebuildIcons") <> "" Then
51
    ' Force Rebuild of all package state icons.
51
    ' Force Rebuild of all package state icons.
52
    Call Rebuild_Environment_Body(parRtag_id, TRUE)
52
    Call Rebuild_Environment_Body(parRtag_id, TRUE)
53
End If
53
End If
54
'---------------------------------------------------------------
54
'---------------------------------------------------------------
55
%>
55
%>