Subversion Repositories DevTools

Rev

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

Rev 5082 Rev 5169
Line 121... Line 121...
121
		  Else
121
		  Else
122
                bEnableUse = TRUE
122
                bEnableUse = TRUE
123
		  End If
123
		  End If
124
 
124
 
125
          If bEnableUse Then
125
          If bEnableUse Then
126
		  	Response.write "<a href='"& scriptName &"?"& Persists_Query_String( "action=true" ) &"' onClick='return confirmAction(""You are about to insert   "& sPkg_Name &" "& sPkg_Version &"   into a project release. \nDo you want to proceed?"");'><img src='images/abtn_use_this_version.gif' alt='Use this version in project release.' width='107' height='25' hspace='1' border='0'></a>"
126
		  	Response.write "<a href='"& scriptName &"?"& Persists_Query_String( "action=true" ) &"' onClick='return confirmAction(""You are about to insert   "& sPkg_Name &" "& sPkg_Version &"   into a project release. \nDo you want to proceed?"");'><img src='images/abtn_use_this_version.gif' title='Use this version in project release.' width='107' height='25' hspace='1' border='0'></a>"
127
          Else
127
          Else
128
		    Response.write "<img src='images/abtn_use_this_version_off.gif' width='108' height='26' hspace='1' border='0'>"
128
		    Response.write "<img src='images/abtn_use_this_version_off.gif' width='108' height='26' hspace='1' border='0'>"
129
          End If
129
          End If
130
		  
130
		  
131
		  Response.write "<img src='images/spacer.gif' width='25' height='25'>"
131
		  Response.write "<img src='images/spacer.gif' width='25' height='25'>"