Subversion Repositories DevTools

Rev

Rev 5098 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5098 Rev 5176
Line 44... Line 44...
44
 
44
 
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
 
-
 
50
If Request("RebuidIcons") <> "" Then
-
 
51
    ' Force Rebuild of all package state icons.
-
 
52
    Call Rebuild_Environment_Body(parRtag_id, TRUE)
-
 
53
End If
49
'---------------------------------------------------------------
54
'---------------------------------------------------------------
50
%>
55
%>
51
<html>
56
<html>
52
<head>
57
<head>
53
<title><%=Title(Request("rtag_id"))%></title>
58
<title><%=Title(Request("rtag_id"))%></title>